mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Sets DMI files to open with image preview (#15945)
Currently, DMI files try to open in the text editor, despite being basically PNG files with extra header data. This default config option would mean it opens them as an image preview within VSC.
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"workbench.editorAssociations": [
|
||||
{
|
||||
"filenamePattern": "*.dmi",
|
||||
"viewType": "imagePreview.previewEditor"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user