eclipse-theia/theia
tree-view: support for 'view action' commands without icons
Offen
#8.246 geöffnet am 27.07.2020
enhancementhelp wantedvscode
Repository-Metriken
- Stars
- (18.676 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 15T 4h) (75 gemergte PRs in 30 T)
Beschreibung
Feature Description:
The feature is to support commands without icons as inline view-actions.
At the moment, if a command does not define an icons property and is used as an inline view action it will not be rendered in the framework. The following is supported in vscode as the label is used instead.
For example, the following command is displayed as the following:
"commands": [
{
"command": "nodeDependencies.refreshEntry",
"title": "Refresh"
}
]