Suggestion: tsconfig.*.json should be detected as jsonc. Fixes #50974

This commit is contained in:
Martin Aeschlimann
2018-06-06 16:26:25 +02:00
parent 13471d3b4b
commit 0814ab46f7
2 changed files with 20 additions and 3 deletions

View File

@@ -56,9 +56,7 @@
"settings.json",
"launch.json",
"tasks.json",
"keybindings.json",
"tsconfig.json",
"jsconfig.json"
"keybindings.json"
],
"configuration": "./language-configuration.json"
}