-
Notifications
You must be signed in to change notification settings - Fork 159
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
Unable to uninstall from VSCode #447
Comments
Confirmed this and looking into it. According to my uninstall I get these logs but the extension wasn't removed from that file. I see no errors or warnings about why the uninstall wouldn't have removed it even though it said it did. I was able to remove it by manually removing the extension from the file listed below and restart.
|
I had the same issue. Normal uninstall and command line methods didn't work. If you are utilizing Linux, I was able to uninstall and completely remove the extension by modifying the vscode extensions file located at "~/.vscode/extensions" and deleting all the lines that included the name of the file "kddejong.vscode-cfn-lint". If you choose to go that route, I recommend making a backup of the file before modifying in case of mistakes and you need to revert back. |
@kddejong Thank you for looking into it. @fdaniels3 I did the equivalent workaround in Win11: Thanks for back up tip. I messed up the first time after I removed the 2 relevant objects from the json. Saved me in a jiffy. All good and completely uninstalled now after reloading the window in VSCode. Will keep this ticket open for the dev's actual fix. Cheers! |
This extension keeps re-installing itself after numerous attempts of uninstalling it from the Extensions menu of the latest VSCode.
The text was updated successfully, but these errors were encountered: