Created
March 31, 2023 14:11
-
-
Save joulgs/e1b08cb52879eafff1a0be47d4ab88ec to your computer and use it in GitHub Desktop.
Complete Reset VSCode (ubuntu/mac)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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