Add regression test for #46192 (#49057)

This commit is contained in:
Andrew Branch
2022-05-10 16:27:46 -07:00
committed by GitHub
parent 8bf45a4f93
commit 08b1cce595
3 changed files with 62 additions and 3 deletions

View File

@@ -404,8 +404,8 @@ namespace FourSlashInterface {
this.state.baselineSignatureHelp();
}
public baselineCompletions() {
this.state.baselineCompletions();
public baselineCompletions(preferences?: ts.UserPreferences) {
this.state.baselineCompletions(preferences);
}
public baselineSmartSelection() {