Remove "VS" from updates

Technically it is Code (or Code OSS), not VS Code.
This commit is contained in:
Asher
2026-05-20 14:06:40 -08:00
parent 51bc3c0f09
commit cd1586214e
2 changed files with 5 additions and 5 deletions

View File

@@ -132,12 +132,12 @@ function main() {
fi
target_vscode_version="${VERSION#v}"
steps+=(
"Update VS Code to $target_vscode_version" "update_vscode"
"Refresh VS Code patches" "refresh_patches"
"Update Code to $target_vscode_version" "update_vscode"
"Refresh Code patches" "refresh_patches"
)
else
target_vscode_version="$(git -C lib/vscode describe --tags --exact-match)"
echo "Detected VS Code version $target_vscode_version"
echo "Detected Code version $target_vscode_version"
fi
steps+=(