Horje
uninstall vscode ubuntu Code Example
uninstall vscode linux
sudo dpkg --purge code 
sudo dpkg --remove code

move/delete the folders ~/.config/Code and ~/.vscode
how to uninstall vscode in ubuntu
sudo snap remove code
uninstall vscode ubuntu
sudo apt purge code
how to uninstall vscode in ubuntu using terminal
# If you installed via Snap: $sudo snap remove vscode.
#If you installed via apt: $sudo apt-get purge code.
# If you installed via Ubuntu Software, open Ubuntu Software, look for the app in the installed category, and click on remove.

#I did it with the following command:
sudo apt purge code
# to uninstall the program and then:
sudo apt autoremove




Shell

Related
install en_web_core md Code Example install en_web_core md Code Example
install uvicorn Code Example install uvicorn Code Example
git discard local changes Code Example git discard local changes Code Example
git global gitignore Code Example git global gitignore Code Example
wait n seconds in shell script Code Example wait n seconds in shell script Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10