mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
ts - enable use code watcher by default (#213450)
This commit is contained in:
@@ -117,7 +117,7 @@ export interface TypeScriptServiceConfiguration {
|
||||
readonly enableProjectDiagnostics: boolean;
|
||||
readonly maxTsServerMemory: number;
|
||||
readonly enablePromptUseWorkspaceTsdk: boolean;
|
||||
readonly useVsCodeWatcher: boolean;
|
||||
readonly useVsCodeWatcher: boolean; // TODO@bpasero remove this setting eventually
|
||||
readonly watchOptions: Proto.WatchOptions | undefined;
|
||||
readonly includePackageJsonAutoImports: 'auto' | 'on' | 'off' | undefined;
|
||||
readonly enableTsServerTracing: boolean;
|
||||
|
||||
Reference in New Issue
Block a user