We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d574012 commit c8fc54bCopy full SHA for c8fc54b
scripts/ci.bash
@@ -21,7 +21,7 @@ function main() {
21
22
# Get the version information. If a specific version wasn't set, generate it
23
# from the tag and VS Code version.
24
- local vscode_version=${VSCODE_VERSION:-1.41.1}
+ local vscode_version=${VSCODE_VERSION:-1.42.0}
25
local code_server_version=${VERSION:-${TRAVIS_TAG:-${DRONE_TAG:-daily}}}
26
27
# Remove everything that isn't the current VS Code source for caching
scripts/test.sh
@@ -11,7 +11,7 @@ main() {
11
version=$(./binaries/code-server* --version | head -1)
12
echo "Got '$version' for the version"
13
case $version in
14
- *-vsc1.41.1) exit 0 ;;
+ *-vsc1.42.0) exit 0 ;;
15
*) exit 1 ;;
16
esac
17
}
0 commit comments