Standard vscode settings

This commit is contained in:
Archie
2021-06-15 23:57:41 -03:00
parent 41fa90f1de
commit 69a9143a1e
+3 -6
View File
@@ -3,10 +3,7 @@
"./tgui"
],
"workbench.editorAssociations": [
{
"filenamePattern": "*.dmi",
"viewType": "imagePreview.previewEditor"
}
]
"workbench.editorAssociations": {
"*.dmi": "imagePreview.previewEditor"
}
}