vscode: set new file default language to active

This commit is contained in:
Guilherme Rugai Freire 2021-06-14 11:02:47 -03:00
parent da1e31701e
commit 302ad51de8
No known key found for this signature in database
GPG Key ID: 86DC96AE4AEBC162

View File

@ -8,6 +8,7 @@
"editor.renderLineHighlight": "gutter", "editor.renderLineHighlight": "gutter",
"workbench.editor.labelFormat": "short", "workbench.editor.labelFormat": "short",
"workbench.startupEditor": "none", "workbench.startupEditor": "none",
"files.defaultLanguage": " ${activeEditorLanguage}",
"material-icon-theme.folders.associations": { "material-icon-theme.folders.associations": {
"infra": "app", "infra": "app",
"entities": "class", "entities": "class",