Update VS Code to 1.121.0 (#7805)

This commit is contained in:
cdrci
2026-05-21 04:20:27 +10:00
committed by GitHub
parent 359b40d422
commit 174b7757a5
11 changed files with 19 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ function update_vscode() {
pushd lib/vscode
if ! git checkout 2>&1 "$target_vscode_version" ; then
echo "$target_vscode_version does not exist locally, fetching..."
git fetch --all --prune
git fetch --all --prune --tags
echo "Checking out $target_vscode_version again..."
git checkout "$target_vscode_version"
fi