Skip to content

Instantly share code, notes, and snippets.

@fedek6
Created April 8, 2021 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedek6/625106a3d9a827dca263565b5fe4aa29 to your computer and use it in GitHub Desktop.
Save fedek6/625106a3d9a827dca263565b5fe4aa29 to your computer and use it in GitHub Desktop.
Clean Visual Studio Code settings (macOS)
#!/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"
# Thanks goes to offby1 from stackoverflow!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment