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

Extension always loads, even with no SVGs #60

Open rwe opened 5 years ago

rwe commented 5 years ago

Looks like this is caused by the introduction of "*" as an activation event here: https://github.com/cssho/vscode-svgviewer/commit/0bae9cc980599af3db5e06381659870fd9e2b9d8#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R22

Can that be removed?