cssho / vscode-svgviewer

SVG Viewer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer
MIT License
67 stars 20 forks source link

close preview when closing original document #63

Open Pomax opened 4 years ago

Pomax commented 4 years ago

At the very least, have this be an option that can be turned on because if I'm inspecting/working with 100 SVG files (https://pomax.github.io/bezierinfo heavily relies on SVG images for all its maths) the last thing anyone needs is 100 orphaned tabs =)

Pomax commented 4 years ago

(note that this should of course not happen if #64 is active)