Skip to content

Instantly share code, notes, and snippets.

@jackawatts
Created November 19, 2019 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackawatts/3f55cd9e80d86a6c56c08207b531fd8b to your computer and use it in GitHub Desktop.
Save jackawatts/3f55cd9e80d86a6c56c08207b531fd8b to your computer and use it in GitHub Desktop.
Uninstalling VSIX from the command line
Find the VSIX identifier by:
1. Renaming the VSIX to .zip
2. Opening the .manifest file
3. Copy the ID from the ID attribute
Then:
```CMD
vsixinstaller /q /a /u:"<VSIX Identifier Here>"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment