Skip to content

Commit

Permalink
feat(vscode): force install
Browse files Browse the repository at this point in the history
will update extensions and shows a nicer messsage if already up to date
  • Loading branch information
tekumara committed Jun 9, 2024
1 parent 9769a7d commit f0bcf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -uoe pipefail

# install extensions
code \
code --force \
--install-extension ms-python.python \
--install-extension ms-python.vscode-pylance \
--install-extension kddejong.vscode-cfn-lint \
Expand Down

0 comments on commit f0bcf51

Please sign in to comment.