Skip to content

Instantly share code, notes, and snippets.

@iAmWillShepherd
Created April 11, 2022 17:58
Show Gist options
  • Save iAmWillShepherd/427b507e332741c3f4052dcd6a5d1376 to your computer and use it in GitHub Desktop.
Save iAmWillShepherd/427b507e332741c3f4052dcd6a5d1376 to your computer and use it in GitHub Desktop.
Removes all VSCode artifacts
#!/bin/sh
rm -rfv .vscode ~/Library/Application\ Support/Code ~/Library/Caches/com.microsoft.VSCode ~/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