Skip to content

Commit d8f40a0

Browse files
author
Piotr Puszkiewicz
committed
Bump vscode version to 1.18
1 parent 8424810 commit d8f40a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
- "6"
55

66
env:
7-
- CODE_VERSION=1.17.2
7+
- CODE_VERSION=1.18.0
88

99
before_install:
1010
- if [ $TRAVIS_OS_NAME == "linux" ]; then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
}
206206
],
207207
"engines": {
208-
"vscode": "^1.17.0"
208+
"vscode": "^1.18.0"
209209
},
210210
"activationEvents": [
211211
"onDebug",

0 commit comments

Comments
 (0)