-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Codicons are not rendered when filtering in quick pick #93303
Comments
I'm not able to reproduce this on the mac: @bpasero any ideas what could be happening here? |
@RomanNikitenko can you link to a sample repo/extension where this is happening? |
Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/ |
@RomanNikitenko to clarify, you only see this in the monaco editor but not VSCode? |
@bpasero In
Please, let me know if I'm doing something wrong. |
Indeed. |
I decided to strip codicons from commands for the command palette as I find this should have a consistent look and feel with our core commands that do not use icons too. Any custom picker can still use codicons of course, but for accessibility reasons a command should have a good label and not rely on codicons anway. |
Sounds good, I don't think this should be a problem since most commands start with the extension name (category). |
I’m trying to use
codicons
for actions. It works well at displaying in command palette, but for some case an icon is not rendered.Let’s say,
Close Workspace
action has$(chrome-close) Close Workspace
label.The icon is rendered properly for the item in command palette. Let’s try to type
close
to filter allclose
items. At this step the icon is not rendered.I tested it using Monaco Playground:
Steps to Reproduce:
label
value by$(link) Open Link
for OpenLinkActionOpen Link
-> the icon should be renderedlink
-> the icon is not renderedPlease see:
Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered: