mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-21 15:58:24 -05:00
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user