Created
April 8, 2021 08:29
-
-
Save fedek6/625106a3d9a827dca263565b5fe4aa29 to your computer and use it in GitHub Desktop.
Clean Visual Studio Code settings (macOS)
This file contains hidden or 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" | |
# Thanks goes to offby1 from stackoverflow! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment