kisstkondoros / gutter-preview

Other
158 stars 37 forks source link

SVG doesn't appear in Visual Code 1.40.2 ! #71

Closed GrosBourrin closed 4 years ago

GrosBourrin commented 4 years ago

title says all : nothing in gutter ! image preview 0.23.0 underline isn't hiding when i turn it off

2019-11-27_06h04_25

kisstkondoros commented 4 years ago

Thanks for the issue report, could you please recheck with version 0.24.2?

About the underline: it is a default feature from vscode.

kisstkondoros commented 4 years ago

It could also potentially be related to #70, in case if the svg has a style attribute (the svg tag element literally) it could happen that it is not shown properly. If that is the case, please try to set the configuration property currentColorForSVG in the user config to an empty string.

I'll close this for now, feel free to reopen / file a new issue if it does not works out.

And sorry for the inconvenience.

GrosBourrin commented 4 years ago

currentColorForSVG

it works with that ! thanks