We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Currently the image icon file will be rewrite URL prefix from file:// to /resource thanks to 414eb70
file://
/resource
But the Tree View icon won't be rewrite because it use css background-image to load the icon and will unable to load the icon.
If the tree view icon can also be rewrite that will be great for the compatible with extensions that use tree view.
Links: https://code.visualstudio.com/api/extension-guides/tree-view https://github.com/microsoft/vscode-extension-samples/tree/master/tree-view-sample
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
Currently the image icon file will be rewrite URL prefix from
file://
to/resource
thanks to 414eb70But the Tree View icon won't be rewrite because it use css background-image to load the icon and will unable to load the icon.
If the tree view icon can also be rewrite that will be great for the compatible with extensions that use tree view.
Links:
https://code.visualstudio.com/api/extension-guides/tree-view
https://github.com/microsoft/vscode-extension-samples/tree/master/tree-view-sample
The text was updated successfully, but these errors were encountered: