eclipse-theia/theia

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

Open

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

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (18,676 star) (2,478 fork)batch import
enhancementhelp wantedvscode

描述

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

贡献者指南

tree-view: support for 'view action' commands without icons · eclipse-theia/theia#8246 | Good First Issue