Skip to content

Commit 47d9285

Browse files
author
Piotr Puszkiewicz
authored
Merge pull request #1875 from TheRealPiotrP/dev/piotrp/1.18
@DustinCampbell latest vscode package fixed the issue we were seeing with 1.18. I'm still keeping VS Code version pinned so we can intentionally move to new versions instead of having them impact unrelated PRs [like yours].
2 parents 8424810 + 82d49a8 commit 47d9285

File tree

3 files changed

+16
-80
lines changed

3 files changed

+16
-80
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-lock.json

Lines changed: 13 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"tslint-microsoft-contrib": "^5.0.1",
7979
"typescript": "^2.0.3",
8080
"vsce": "^1.32.0",
81-
"vscode": "^1.1.6"
81+
"vscode": "^1.1.8"
8282
},
8383
"runtimeDependencies": [
8484
{
@@ -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)