From 69a9143a1ee858424569c5ca3c0b502e73639604 Mon Sep 17 00:00:00 2001 From: Archie Date: Tue, 15 Jun 2021 23:57:41 -0300 Subject: [PATCH] Standard vscode settings --- .vscode/settings.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4f8e813f..69761b02 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,10 +3,7 @@ "./tgui" ], - "workbench.editorAssociations": [ - { - "filenamePattern": "*.dmi", - "viewType": "imagePreview.previewEditor" - } - ] + "workbench.editorAssociations": { + "*.dmi": "imagePreview.previewEditor" + } } \ No newline at end of file