We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If this extension https://marketplace.visualstudio.com/items?itemName=jock.svg is active -- preview opens with that extension and this ext is ignored.
I know that this is possible, because this one https://gitlab.com/SNDST00M/vscode-native-svg-preview doesn't conflict with jock.svg
And I'd prefer to use THIS ext for preview, thanks to fact that it supports both CSS styled SVGs and live reload of preview on code change.
The text was updated successfully, but these errors were encountered:
https://github.com/vsce-toolroom/vscode-svg-previewer
hi @zm-cttae thx fro fork, also can you add please "Go to source" button in "Preview only (instead of the code editor)":
like:
context.subscriptions.push(vscode.commands.registerCommand("svgPreview.showSource", (uri?: vscode.Uri) => { svgPreviewManager.activePreview?.showSource(uri); }));
Sorry, something went wrong.
No branches or pull requests
If this extension https://marketplace.visualstudio.com/items?itemName=jock.svg is active -- preview opens with that extension and this ext is ignored.
I know that this is possible, because this one https://gitlab.com/SNDST00M/vscode-native-svg-preview doesn't conflict with jock.svg
And I'd prefer to use THIS ext for preview, thanks to fact that it supports both CSS styled SVGs and live reload of preview on code change.
The text was updated successfully, but these errors were encountered: