Enable DMI preview in VScode (#51019)

Co-authored-by: ZeWaka <zewakagamer@gmail.com>
This commit is contained in:
spookydonut
2020-05-10 11:45:31 -07:00
committed by GitHub
co-authored by ZeWaka
parent 65120a682c
commit e0238bdc06
+9 -2
View File
@@ -1,5 +1,12 @@
{
"eslint.workingDirectories": [
"./tgui"
]
"./tgui"
],
"workbench.editorAssociations": [
{
"filenamePattern": "*.dmi",
"viewType": "imagePreview.previewEditor"
}
]
}