Skip to content
New issue

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

Custom icons for gutter don't work #78

Closed
macig opened this issue Mar 10, 2021 · 4 comments
Closed

Custom icons for gutter don't work #78

macig opened this issue Mar 10, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@macig
Copy link

macig commented Mar 10, 2021

Hi, @usernamehw.
Custom icons for gutter stopped working after the last update of vscode.
Is it possible to render emoji instead of gutter icons like annotationPrefix?
Thank you!

@usernamehw usernamehw added the bug Something isn't working label Mar 10, 2021
@usernamehw
Copy link
Owner

usernamehw commented Mar 10, 2021

Hmmm. Maybe it's now required to copy all resources in the extension directory because of the sandboxing of vscode? Or maybe it's just a bug, idk. Created upstream: microsoft/vscode#118623

@usernamehw
Copy link
Owner

usernamehw commented Mar 10, 2021

Gutter only supports images, not text. And Emoji look different depending on Operating System, or browser/chromium version, so converting them to image wouldn't work.

@macig
Copy link
Author

macig commented Mar 10, 2021

Hmmm. Maybe it's now required to copy all resources in the extension directory because of the sandboxing of vscode? Or maybe it's just a bug, idk. Created upstream: microsoft/vscode#118623

Yes you are right. Moving the icons to the plugin folder solved my problem. Many thanks!

@usernamehw
Copy link
Owner

Fixed by 22d9b91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants