9
3
VS Code is giving me some problems w/ formatting. I'd like to fully remove it and re-install.
However, each time I remove it and re-install, when I open it, it still remembers what I had opened.
This leads me to believe there's a settings file somewhere I'm missing.
Methods I've tried:
sudo dpkg --purge code
&sudo dpkg --remove code
- Uninstalling via
gdebi
- Full removal via
synaptic package manager
- Cussing, swearing, etc.
No dice. What am I missing?
1A+. Did the trick & fixed my VSCode bug. For posterity, I'll add that I also deleted
~/.vscode
. Not sure if that mattered, but didn't seem to hurt anything. – Brandon – 2016-08-13T00:38:17.783^^to clarify, I deleted the entire
~/.config/Code
folder, not just thesettings.json
. – Brandon – 2016-08-13T00:45:42.393