'snap remove says vscode is not installed

i want do remove vscode (because vscode will not start. no error message).

i found it in snap list, but it will not remove:

$ snap list | grep code
code                     8795a988         20    stable    vscode*           classic
$ snap remove vscode
snap "vscode" is not installed
$ snap remove vscode*
snap "vscode*" is not installed

i read the tutorial here: https://www.howtogeek.com/252047/how-to-install-and-manage-snap-packages-on-ubuntu-16.04-lts/

i got vscode from here: https://code.visualstudio.com/#alt-downloads



Solution 1:[1]

Easy fix.

I'm 99% sure that snap lists Visual Studio Code as just code. Try using snap remove code.

Hope this works for you!

Solution 2:[2]

"snap remove code" works perfectly. I used it once.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Hayden McCormick
Solution 2 Joshua J. Onuh