diff --git a/.vscode/settings.json b/.vscode/settings.json index d5d9f44fab1..74343459e02 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -98,11 +98,11 @@ "**/*.snap": true, }, // --- TypeScript --- - "typescript.experimental.useTsgo": true, - "typescript.tsdk": "node_modules/typescript/lib", + "js/ts.experimental.useTsgo": true, + "js/ts.tsdk.path": "node_modules/typescript/lib", "js/ts.preferences.importModuleSpecifier": "relative", "js/ts.preferences.quoteStyle": "single", - "typescript.tsc.autoDetect": "off", + "js/ts.tsc.autoDetect": "off", "js/ts.preferences.autoImportFileExcludePatterns": [ "@xterm/xterm", "@xterm/headless",