We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8424810 commit d8f40a0Copy full SHA for d8f40a0
.travis.yml
@@ -4,7 +4,7 @@ node_js:
4
- "6"
5
6
env:
7
-- CODE_VERSION=1.17.2
+- CODE_VERSION=1.18.0
8
9
before_install:
10
- if [ $TRAVIS_OS_NAME == "linux" ]; then
package.json
@@ -205,7 +205,7 @@
205
}
206
],
207
"engines": {
208
- "vscode": "^1.17.0"
+ "vscode": "^1.18.0"
209
},
210
"activationEvents": [
211
"onDebug",
0 commit comments