kisstkondoros / gutter-preview

Other
158 stars 37 forks source link

Image URLs in markdown don't show up #91

Closed zcysxy closed 3 years ago

zcysxy commented 4 years ago

Only local images show the preview. The following types of images won't have a preview.

![test](https://raw.githubusercontent.com/zcysxy/Figurebed/master/img/20200824154023.png)
<image src="https://raw.githubusercontent.com/zcysxy/Figurebed/master/img/20200824154023.png">
zcysxy commented 4 years ago

I found the problem. Because I'm using a proxy to reach these images, and the extension works fine when I turn off the proxy (however then I'm blocked by the "wall"). So is there a way to make the extension use my system proxy? 🙏🙏🙏

kisstkondoros commented 3 years ago

Totally forgot about github issues in the past half year sorry.

Unfortunately this is not something which would be solvable via any vscode API at the moment, and managing something like this is out of scope for this extension.

Related vscode issue: https://github.com/microsoft/vscode/issues/12588