From 8a736d4321d3ec9847b17662c8b247addc9252bd Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 8 Feb 2025 18:02:44 -0700 Subject: [PATCH] Tell VSCode I don't want the preview editor to be my default --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a52b19b..b8cf8a9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,8 @@ "html.customData": [ "./.vscode/foundry.html-data.json", "./.vscode/ripcrypt.html-data.json" - ] + ], + "workbench.editorAssociations": { + "*.svg": "default", + } } \ No newline at end of file