stef-levesque / vscode-multiclip

Multiple clipboards for VSCode
MIT License
46 stars 12 forks source link

Unable to uninstall the extension #13

Closed ivanstefanov closed 7 years ago

ivanstefanov commented 7 years ago

Don't know if this is Visual Studio Code or extension error, but I can not uninstall it. When pressing on Uninstall button the extension seems removed and then when I restart Visual Studio Code again, it is there again. I don't receive any errors into Developer Console during the uninstalling process

stef-levesque commented 7 years ago

That is very strange... Can you try that:

  1. Open the command palette and select Open Extensions Folder
  2. Look for any folder named slevesque.vscode-multiclip*
  3. Remove and Reload
ivanstefanov commented 7 years ago

Thank you @stef-levesque . I managed to fix the issue. I just needed to close all tabs of Visual Studio Code, to close the editor itself, then to open it again and to do the uninstall. Maybe it doesn't kill all running instances of the plugin on deletion process.

stef-levesque commented 7 years ago

Hm, good to know. Thanks.