mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 22:37:26 +02:00
Update VS Code version for CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user