Update VS Code version for CI

This commit is contained in:
Asher
2020-02-12 18:03:53 -06:00
parent d574012871
commit c8fc54bfb1
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ function main() {
# Get the version information. If a specific version wasn't set, generate it
# from the tag and VS Code version.
local vscode_version=${VSCODE_VERSION:-1.41.1}
local vscode_version=${VSCODE_VERSION:-1.42.0}
local code_server_version=${VERSION:-${TRAVIS_TAG:-${DRONE_TAG:-daily}}}
# Remove everything that isn't the current VS Code source for caching