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

[vscode] refactor uri or light/dark uri or ThemeIcon as IconPath type #14590

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

rschnekenbu
Copy link
Contributor

What it does

Create and share the type 'IconPath' across theia.d.ts elements.

fixes #14579

How to test

No typing has been changed, this is only a reuse of the same type over the file.
The example apps should still start and the various icons provided by extensions (quickPickItems, TreeItems, etc.) shall remain the same.

Follow-ups

None

Breaking changes

  • This PR introduces breaking changes and requires careful review. If yes, the breaking changes section in the changelog has been updated.

Attribution

Contributed on behalf of STMicroelectronics

Review checklist

Reminder for reviewers

fixes #14579

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
@rschnekenbu rschnekenbu added the vscode issues related to VSCode compatibility label Dec 5, 2024
@rschnekenbu rschnekenbu requested a review from tsmaeder December 5, 2024 13:05
Copy link
Contributor

@tsmaeder tsmaeder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rschnekenbu rschnekenbu merged commit 5e81662 into master Dec 9, 2024
11 checks passed
@rschnekenbu rschnekenbu deleted the issues/14579 branch December 9, 2024 09:08
@github-actions github-actions bot added this to the 1.57.0 milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[vscode] IconPath introduced as a shared class
2 participants