forked from eclipse-theia/theia
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vscode: Support
TreeItemLabel
in TreeItem
* Add `TreeItemLabel` to theia.d.ts * Align `TreeItem.label` with VS Code API to support `TreeItemLabel` as a value * Extend plugin tree view implementation to support showing `TreeItemLabel.highlights` * Extend `TreeViewNode` to also extend `DecoratedTreeNode` * Set highlights in tree node's decoration data to displays them Fixes eclipse-theia#11148 Contributed on behalf of STMicroelectronics Signed-off-by: Lucas Koehler <[email protected]>
- Loading branch information
1 parent
b3adc5a
commit 925bbce
Showing
5 changed files
with
52 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters