GZoltar / gzoltar

GZoltar - Java Library for Automatic Debugging http://www.gzoltar.com
Other
77 stars 34 forks source link

Missing images in https://marketplace.visualstudio.com/items?itemName=GZoltar.vscode-gzoltar #38

Closed jose closed 3 years ago

jose commented 3 years ago

Hi @Klaysb,

I've recently published a new version of the GZoltar's Visual Studio Code extension and the images in the README file do not show up in https://marketplace.visualstudio.com/items?itemName=GZoltar.vscode-gzoltar. Any clue on why?

-- Best, Jose

Klaysb commented 3 years ago

Hello,

That's because when publishing the extension's README in the marketplace, the image URLs need to resolve to https URLs. However, in the GZoltar repository they only contain the partial path (i.e., resources/docs/remote-dev-status-bar.png when it should be https://github.com/GZoltar/gzoltar/blob/master/com.gzoltar.vscode/resources/docs/remote-dev-status-bar.png?raw=true).

jose commented 3 years ago

Got it. Thanks.