-
Notifications
You must be signed in to change notification settings - Fork 84
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
#248 Support VSCode Codicons #249
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ndoschek! Looks good!
However, the codicon icons don't seem to show for me. I get just squares for the command palette eye
and for the loading indicator.
The info icon from fontawesome works fine.
Thanks @planger ! |
Thanks for the improvement! |
Thanks @tortmayr, then I will investigate the problem there! |
- Support Cocidons via @vscode/codicons - Migrate command-palette to codicons - Fix loading indicator in command-palette - Provide util methods to create codicon CSS classes - Keep FontAwesome icons and show that both icon sets can be used in example - Class diagram example: command palette uses codicons, class popup uses font-awesome icon (info-circle)
I updated the webpack config such that the codicon font file can be accessed properly, so I could remove the relatively linked stylesheet from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, now it works! Code looks good.
The new dependency to |
Ah you are right, thanks for catching that! I opened a PR for that: #250 |
Fixes #248