Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search, open and install extensions by commands #8387

Open
daimor opened this issue Aug 14, 2020 · 1 comment
Open

Search, open and install extensions by commands #8387

daimor opened this issue Aug 14, 2020 · 1 comment
Labels
help wanted issues meant to be picked up, require help vscode issues related to VSCode compatibility vsx-registry Issues related to Open VSX Registry Integration

Comments

@daimor
Copy link
Contributor

daimor commented Aug 14, 2020

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?

@vince-fugnitto
Copy link
Member

@daimor the commands will need to be implemented on the framework's side and mapped to the same ids from the plugin system for plugins to successfully use them.

@vince-fugnitto vince-fugnitto added help wanted issues meant to be picked up, require help vscode issues related to VSCode compatibility vsx-registry Issues related to Open VSX Registry Integration labels Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted issues meant to be picked up, require help vscode issues related to VSCode compatibility vsx-registry Issues related to Open VSX Registry Integration
Projects
None yet
Development

No branches or pull requests

2 participants