new format for DMI editor associations (#16152)

This commit is contained in:
S34N
2021-06-11 15:24:38 +01:00
committed by GitHub
parent 0c66d089a2
commit fc04f2fa26
+4 -7
View File
@@ -1,8 +1,5 @@
{
"workbench.editorAssociations": [
{
"filenamePattern": "*.dmi",
"viewType": "imagePreview.previewEditor"
}
]
}
"workbench.editorAssociations": {
"*.dmi": "imagePreview.previewEditor"
}
}