vscode-svgviewer icon indicating copy to clipboard operation
vscode-svgviewer copied to clipboard

SVG Viewer for Visual Studio Code

Results 22 vscode-svgviewer issues
Sort by recently updated
recently updated
newest added

when i install and enable the svgviewer on wsl. the editor is frozen and stops initialization. The log shows that the remote connection to wsl was disconnected. my svgviewer version...

when focussed on a separate-column preview, and opening another .svg file, that should open in the original sources column, not in the preview colum. By opening in the preview column,...

SVG Viewer doesn't work properly when `svg` is defined in a separate xml namespace like this: ``` ``` Even though this is a perfectly correct xml file, the following error...

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...

With an SVG source file open, and previewing turned on, the following is an infinite-preview-opening-loop: 1. open .SVG source file => preview automatically opens 2. close preview => focus goes...

Depending on the project I'm working on SVG is "xml data" or "image data", and being able to set whether to open the source file "as source code" at all...

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits - [`fee31c5`](https://github.com/mhart/StringStream/commit/fee31c5c4a5efc7c7cc2fde4aee633dedefd6d67) 0.0.6 - [`2f4a9d4`](https://github.com/mhart/StringStream/commit/2f4a9d496f94b0880e01a26857aa266a5a3ef274) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln - [`afbc744`](https://github.com/mhart/StringStream/commit/afbc7442220358419e330618e47f3a65fc265b1b) Ensure data is not a number in Buffer constructor -...

dependencies

When I press Alt+S O or choose `SVG Viewer: View SVG` from the command palette nothing happens. The filetype is XML. Extension version: 1.3.0. VS Code version: 1.8.1.

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?

I've noticed that periodically when opening up an SVG and editing a fill (as an example), the changes are mirrored in the preview, but it stops working after maybe a...