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

Allow for uninstalling extensions using the API #73309

Closed
auxves opened this issue May 5, 2019 · 1 comment
Closed

Allow for uninstalling extensions using the API #73309

auxves opened this issue May 5, 2019 · 1 comment
Assignees
Labels
api extensions Issues concerning extensions feature-request Request for new features or functionality
Milestone

Comments

@auxves
Copy link

auxves commented May 5, 2019

There is already a command for installing extensions (workbench.extensions.installExtension), and it would be really nice if there was also a command to uninstall extensions, like workbench.extensions.uninstallExtension. I'm currently working on a PR for code-settings-sync (shanalikhan/code-settings-sync#859), and this is all we need to completely switch to using the API from the CLI.

@vscodebot vscodebot bot added the extensions Issues concerning extensions label May 5, 2019
@RMacfarlane RMacfarlane added the api label May 6, 2019
@sandy081 sandy081 added this to the May 2019 milestone May 6, 2019
@sandy081 sandy081 added the feature-request Request for new features or functionality label May 24, 2019
@sandy081
Copy link
Member

A command workbench.extensions.uninstallExtension to uninstall an extension

Usage:

vscode.commands.executeCommand('workbench.extensions.uninstallExtension', 'extensionId');

@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api extensions Issues concerning extensions feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants