eclipse-theia/theia

Search, open and install extensions by commands

Open

#8387 opened on Aug 14, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
help wantedvscodevsx-registry

Description

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?

Contributor guide