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

feat: support property ThemeColor id #14437

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

rschnekenbu
Copy link
Contributor

@rschnekenbu rschnekenbu commented Nov 12, 2024

What it does

Adds the ThemeColor#id readonly property. This was already available as a parameter in the constructor of ThemeColor.
It also forces the id to be readonly in Theia implementations of ThemeColor.

fix #14404

How to test

  • install following extension:
  • The extension adds a command Test: Show Theme Color that opens a QuickInput dialog to ask for a ThemeColor id. When entered, a message is displayed as a notification and a text is also displayed for a short period of time in the status bar, with the given theme color.

Follow-ups

None

Review checklist

Reminder for reviewers

fix eclipse-theia#14404

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
Copy link
Member

@msujew msujew left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@msujew msujew added the vscode issues related to VSCode compatibility label Nov 14, 2024
@rschnekenbu rschnekenbu merged commit 017e12e into eclipse-theia:master Nov 14, 2024
11 checks passed
@rschnekenbu rschnekenbu deleted the issues/14404 branch November 14, 2024 10:38
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] Addition of the read-only property id to ThemeColor
2 participants