Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Bierner <matb@microsoft.com>2020-06-23 01:02:40 +0300
committerMatt Bierner <matb@microsoft.com>2020-06-23 01:02:52 +0300
commita8f1fedaf682f9b03671fc4088dd79f9a283ce68 (patch)
treea6825026887bf416069f0ca80115c954da34a1e8 /.vscode/settings.json
parentb46b5251ae0d078c875f46cd55c100bde63023a6 (diff)
Update to latest TS 4.0 for building VS Code
Also removes an unused export that was causing compile issues
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 9239eae0d4d..b5251d42db0 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -76,5 +76,6 @@
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
- "typescript.tsc.autoDetect": "off"
+ "typescript.tsc.autoDetect": "off",
+ "typescript.tsserver.useSeparateSyntaxServer": "dynamic"
}