Add a bin directory and a script
This commit is contained in:
11
bin/clean-vscode.sh
Executable file
11
bin/clean-vscode.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Use this script when vscode gets itself into a broken state to reset it.
|
||||
set -e
|
||||
|
||||
if pgrep -x "code" > /dev/null; then
|
||||
echo "VS Code is running. Quit it first."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rm -rf /home/jyelon/.config/Code/User
|
||||
/home/jyelon/jbashrc/install.sh
|
||||
Reference in New Issue
Block a user