Skip to content

Commit

Permalink
Make uninstall local more robust (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey authored Apr 25, 2024
1 parent d5be7e7 commit fea523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cursorless-vscode/scripts/uninstall-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
# ./install-local.sh

# 1. Uninstall local cursorless
code --uninstall-extension pokey.cursorless-development
code --uninstall-extension pokey.cursorless-development || echo "Cursorless development version not currently installed"

# 2. Install production Cursorless
code --install-extension pokey.cursorless
Expand Down

0 comments on commit fea523e

Please sign in to comment.