rename language detection setting and ensure one worker gets created

This commit is contained in:
Tyler Leonhardt
2021-08-12 13:38:46 -07:00
parent 418ae29191
commit 84abbfba40
4 changed files with 16 additions and 12 deletions

View File

@@ -6,5 +6,5 @@
"**/files-exclude/**": true
},
"editor.minimap.enabled": false, // see https://github.com/microsoft/vscode/issues/115747
"workbench.editor.untitled.experimentalLanguageDetection": true
"workbench.editor.untitled.languageDetection": true
}