Skip to content

Instantly share code, notes, and snippets.

@superjojo140
Last active April 17, 2025 20:41
Show Gist options
  • Save superjojo140/171a19c32cb9346361dae50a446a281f to your computer and use it in GitHub Desktop.
Save superjojo140/171a19c32cb9346361dae50a446a281f to your computer and use it in GitHub Desktop.
Reset Visual Studio Code | Code OSS on Linux

Reset all user settings for VSCode (Code OSS) on Linux

(Archlinux in my case)
Reset all settings and extensions. Like a fresh and clean VSCode installation.

  • Close VSCode
  • Remove the ~/.vscode-oss folder and the ~/.config/Code - OSS/ folder

~ is a shorthand for your user folder /home/username but should work on all unix systems

Via Console:

WARNING: This will remove all your settings and installed extensions without any prompt

rm -r ~/.vscode-oss/
rm -r ~/.config/Code - OSS/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment