lishu / vscode-svg2

A vscode svg langauge support extension
MIT License
200 stars 10 forks source link

[Feature Request] Add setting: Svg > Preview: Auto Close #166

Open ADTC opened 11 months ago

ADTC commented 11 months ago

Often I just want to preview SVG files then move on to something else. Right now, if the preview pane opens, it stays open even as I move on to other files or tabs. Then I have to manually close the preview.

Is there a way to automatically close the preview when we switch to something else? I saw that there's the setting to automatically open preview:

image

I figured an "Auto Close" option in settings will automatically close preview when opening another file or tab.