Tell VSCode I don't want the preview editor to be my default

This commit is contained in:
Oliver-Akins 2025-02-08 18:02:44 -07:00
parent 18f27b15da
commit 8a736d4321

View file

@ -8,5 +8,8 @@
"html.customData": [ "html.customData": [
"./.vscode/foundry.html-data.json", "./.vscode/foundry.html-data.json",
"./.vscode/ripcrypt.html-data.json" "./.vscode/ripcrypt.html-data.json"
] ],
"workbench.editorAssociations": {
"*.svg": "default",
}
} }