79421297

Date: 2025-02-07 15:00:28
Score: 0.5
Natty:
Report link

You have to right-click the file to open the context menu and select Open with...

VSCode file context menu

Then choose the "Text Editor" option.

VSCode open with options

You can also associate a default editor for svg files, either through the option in the previous menu, or via a setting in your config:

"workbench.editorAssociations": {
  "*.svg": "default"
}
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: HHK