eclipse-theia/theia

Search, open and install extensions by commands

Open

#8,387 创建于 2020年8月14日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)TypeScript (18,676 star) (2,478 fork)batch import
help wantedvscodevsx-registry

描述

In VSCode there are a bunch of commands to deal with extensions. In my extension, I'm offering to install some other extensions, which is not a strict dependency. I'm using commands:

  • workbench.extensions.search - just opens extensions view and search for passed value
  • extension.open - opens extension
  • workbench.extensions.installExtension - installs extension

Is there any way how I can replace those commands for Theia?

贡献者指南

Search, open and install extensions by commands · eclipse-theia/theia#8387 | Good First Issue