You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an extension developer I want to use the latestmicrosoft/vscode-icons in my extension without copying the svg files as resources. I want to be able to do something like:
I think #31466 will handle this. I don't think we want to link to any external URLs as that will easily break w/ connection issues. Instead we'd likely provide a way to use it similar to Octicons via $(icon-name). Will close this in favor of #31466.
Also, this work will rely on #78889 so keep an eye on that.
Description
As an extension developer I want to use the latest microsoft/vscode-icons in my extension without copying the svg files as resources. I want to be able to do something like:
Proposal
Allow the usage of
https://raw.githubusercontent.com/microsoft/vscode-icons/...
URIsRelated Issues
The text was updated successfully, but these errors were encountered: