I'm using VS Code on Ubuntu 16.04 LTS and I want to completely uninstall it.
So I've tried these commands:
sudo apt-get remove code
sudo apt-get purge code
sudo apt-get update
And every time when I re-install I see my project that was open from my last use and I still have all my plugins, my themes, keybindings, etc.
What must I do to completely uninstall all settings of Visual Studio Code ?
User specific settings/extensions are located in $HOME/.config/Code
and $HOME/.vscode/
so remove those folders manually
cd [enter]
sudo rm -rf .vscode
sudo rm -rf ~/.config/Code
sudo apt purge code
sudo apt autoremove
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With