mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-21 18:59:15 +00:00
Enable useSeparateSyntaxServer by default and remove the experimental section from setting name
Fixes #76420
This commit is contained in:
@@ -144,6 +144,6 @@ export class TypeScriptServiceConfiguration {
|
||||
}
|
||||
|
||||
private static readUseSeparateSyntaxServer(configuration: vscode.WorkspaceConfiguration): boolean {
|
||||
return configuration.get<boolean>('typescript.experimental.useSeparateSyntaxServer', false);
|
||||
return configuration.get<boolean>('typescript.tsserver.useSeparateSyntaxServer', true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user