Skip to content

Instantly share code, notes, and snippets.

@joulgs
Created March 31, 2023 14:11
Show Gist options
  • Save joulgs/e1b08cb52879eafff1a0be47d4ab88ec to your computer and use it in GitHub Desktop.
Save joulgs/e1b08cb52879eafff1a0be47d4ab88ec to your computer and use it in GitHub Desktop.
Complete Reset VSCode (ubuntu/mac)
#!/bin/sh
rm -rfv "$HOME/.vscode"
rm -rfv "$HOME/Library/Application Support/Code"
rm -rfv "$HOME/Library/Caches/com.microsoft.VSCode"
rm -rfv "$HOME/Library/Saved Application State/com.microsoft.VSCode.savedState"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment