eclipse-theia/theia

Search, open and install extensions by commands

開放

#8,387 建立於 2020年8月14日

 (1 則留言) (0 個反應) (0 位負責人)TypeScript (2,478 個分叉)batch import
help wantedvscodevsx-registry

倉庫指標

星標
 (18,676 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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?

貢獻者指南