update setting since we support non-untitled editors for language detection and clean up code a tad.

This commit is contained in:
Tyler Leonhardt
2021-08-18 10:54:32 -07:00
parent 499abca330
commit 78414130c7
7 changed files with 30 additions and 28 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.languageDetection": true
"workbench.editor.languageDetection": true
}