eclipse-theia/theia
tree-view: support for 'view action' commands without icons
Aperta
#8246 aperta il 27 lug 2020
enhancementhelp wantedvscode
Metriche repository
- Star
- (18.676 stelle)
- Metriche merge PR
- (Merge medio 15g 4h) (75 PR mergiate in 30 g)
Descrizione
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"
}
]