mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Enable DMI preview in VScode (#51019)
Co-authored-by: ZeWaka <zewakagamer@gmail.com>
This commit is contained in:
Vendored
+9
-2
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"eslint.workingDirectories": [
|
||||
"./tgui"
|
||||
]
|
||||
"./tgui"
|
||||
],
|
||||
|
||||
"workbench.editorAssociations": [
|
||||
{
|
||||
"filenamePattern": "*.dmi",
|
||||
"viewType": "imagePreview.previewEditor"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user