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

SVG preview shows contents of any edited file #5

Closed joaomoreno closed 8 years ago

joaomoreno commented 8 years ago
  1. Open an SVG file
  2. Open the preview on the side
  3. Open any other file
  4. Make a change to that file

Notice how the preview (/svg-preview) now show the contents of that file instead of the svg.

image

joaomoreno commented 8 years ago

Maybe we should filter on *.svg only?

cssho commented 8 years ago

Thank you for reporting.