-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
vscode support iconPath in QuickPickItem #12945
Conversation
8d0adfe
to
ea74d6c
Compare
@msujew This would be crucial for the release, could you maybe have a look beforehand? (pretty small change) |
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.
The code looks O.K. and as far as we can test it (without the monaco upgrade) works as advertised.
63d494e
to
25b9cd0
Compare
fixes eclipse-theia#12883 VS Code 1.81 finalized the support for the iconPath in QuickPickItem. This is a partial support: full API support and the display of the ThemeIcon, but the display of the URI based icons is not yet available. This last part requires an update in monaco editor core Contributed on behalf of STMicroelectronics Update monaco-quick-input-service.ts Add @monaco-uplift as requested by review
25b9cd0
to
077b08c
Compare
I rebased the branch and squashed all commits so it can be safely merged once approved by the CI |
What it does
Support of iconPathc in QuickPickItem
VS Code 1.81 finalized the support for the iconPath in QuickPickItem. This is a partial support: full API support and the display of the ThemeIcon, but the display of the URI based icons is not yet available. This last part requires an update in monaco editor core
Fixes #12883
Contributed on behalf of ST Microelectronics
How to test
quickinput-sample-0.0.1.zip
quickinput-sample-0.0.1-src.zip
Quick Input Samples
Show QuickPick
Review checklist
Reminder for reviewers