(Archlinux in my case)
Reset all settings and extensions. Like a fresh and clean VSCode installation.
- Close VSCode
- Remove the
~/.vscode-ossfolder and the~/.config/Code - OSS/folder
~is a shorthand for your user folder/home/usernamebut should work on all unix systems
WARNING: This will remove all your settings and installed extensions without any prompt
rm -r ~/.vscode-oss/
rm -r ~/.config/Code - OSS/