Archived
1
0

Upgrade VS Code to 1.33.1

This commit is contained in:
Asher
2019-04-12 16:10:45 -05:00
parent 6c3ff1d6f0
commit 742dd6f597
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ set -euxo pipefail
# Builds a tarfile containing vscode sourcefiles neccessary for CI.
# Done outside the CI and uploaded to object storage to reduce CI time.
branch=1.33.0
branch=1.33.1
dir=/tmp/vstar
outfile=/tmp/vstar-$branch.tar.gz
rm -rf $dir