Merge pull request #1281 from ArchieBeepBoop/vscode

Standard vscode settings file
This commit is contained in:
Dahlular
2021-06-15 23:31:35 -06:00
committed by GitHub
+3 -6
View File
@@ -3,10 +3,7 @@
"./tgui"
],
"workbench.editorAssociations": [
{
"filenamePattern": "*.dmi",
"viewType": "imagePreview.previewEditor"
}
]
"workbench.editorAssociations": {
"*.dmi": "imagePreview.previewEditor"
}
}