Jock Li
Jock Li
This maybe has some issues, my vscode `publisher` is `jock`, not ~~lishu~~.
https://github.com/lishu/vscode-svg2/blob/fb2af1a03b0f9efc4bfd60ad7f0ba20f5bf00302/package.json#L6 For now: ``` > ovsx create-namespace jock ❌ Namespace already exists: jock > ovsx publish ❌ Insufficient access rights for publisher: jock ```
My Extension `jock.svg` is publish by `open-vsx`, so i cannot use `jock` as namespace (package.json publisher) republish. I'm not sure what I can do
Current My Open VSX Account is `lishu`
Yes, It works now. Thanks to @kineticsquid and @filiptronicek 🚀 Published jock.svg v1.4.22
Please provide some examples of how you will use it, including svg and html/css
Good idea, I did think about it very early, but because embedding in other languages takes a lot of time to implement, my personal time is limited (mainly poor), and...
At present, I have not found a better replacement for minified operations. If you know there is, please share it.
svgo config can be setting by `svg.minify` in your vscode settings.
Because of the scalability of SVG, the browser automatically zooms when the size is not set (generally based on the width of the view). Therefore, the implementation of "scale to...