eclipse-theia/theia

tree-view: support for 'view action' commands without icons

开放

#8,246 创建于 2020年7月27日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (2,478 个派生)batch import
enhancementhelp wantedvscode

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

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"
  }
]

Additional Information

贡献者指南