Update VS Code to 1.41.1

This commit is contained in:
Asher 2020-01-07 18:27:41 -06:00
parent 6a1dcab7a6
commit 8024144381
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
before_install:
- export MAJOR_VERSION="2"
- export VSCODE_VERSION="1.41.0"
- export VSCODE_VERSION="1.41.1"
- export VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER"
- export TAG="$VERSION-vsc$VSCODE_VERSION"
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi