kisstkondoros / gutter-preview

Other
158 stars 37 forks source link

webp images doesnot show up #72

Closed john1jan closed 4 years ago

kisstkondoros commented 4 years ago

Which version have you tried this with? I've just tested and it works fine with vscode version 1.40.2 and extension version 0.24.2.

I'll close this ticket because of insufficient information and the because it seems to work just fine.

You can test it with the latest version from vscode and from the extension (see versions above) with a simple index.css file with the following content:

html {
    background: url('https://www.gstatic.com/webp/gallery/1.webp');
}

The image should show up on the gutter and if you hover your mouse over the link.