eclipse-theia/theia

Search, open and install extensions by commands

Open

#8,387 opened on Aug 14, 2020

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

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

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