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:
authorJoão Moreno <joao.moreno@microsoft.com>2020-04-17 15:16:33 +0300
committerJoão Moreno <joao.moreno@microsoft.com>2020-04-17 15:16:37 +0300
commit029ef4465b11c8deb98794563898f54ff4d3e892 (patch)
tree34c2ef9cc9d6412fe45da3d7a4d6f2b0db62476a /.vscode/settings.json
parent96dcb39fc57310b7adf0d882f97f09dc142f452d (diff)
disable typescript task auto detect
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 2a9a8093ced..6aadf86f7e3 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -72,5 +72,6 @@
"files.insertFinalNewline": true,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
- }
+ },
+ "typescript.tsc.autoDetect": "off"
}