Skip to content

Commit c8fc54b

Browse files
committed
Update VS Code version for CI
1 parent d574012 commit c8fc54b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/ci.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function main() {
2121

2222
# Get the version information. If a specific version wasn't set, generate it
2323
# from the tag and VS Code version.
24-
local vscode_version=${VSCODE_VERSION:-1.41.1}
24+
local vscode_version=${VSCODE_VERSION:-1.42.0}
2525
local code_server_version=${VERSION:-${TRAVIS_TAG:-${DRONE_TAG:-daily}}}
2626

2727
# Remove everything that isn't the current VS Code source for caching

scripts/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ main() {
1111
version=$(./binaries/code-server* --version | head -1)
1212
echo "Got '$version' for the version"
1313
case $version in
14-
*-vsc1.41.1) exit 0 ;;
14+
*-vsc1.42.0) exit 0 ;;
1515
*) exit 1 ;;
1616
esac
1717
}

0 commit comments

Comments
 (0)