Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 404ef46

Browse files
committed
Bump required VSCode to 1.36
Fixes compilation issues using a newer TypeScript.
1 parent 00787fb commit 404ef46

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Unreleased
22

3+
* Bump required VSCode to 1.36
34
* Change `thread::spawn` snippet to activate on `thread_spawn` prefix
45
* Use dynamic `wait_to_build` in RLS by default rather than setting it to 1500ms
56

package-lock.json

Lines changed: 3 additions & 3 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
@@ -10,7 +10,7 @@
1010
"theme": "dark"
1111
},
1212
"engines": {
13-
"vscode": "^1.31.0"
13+
"vscode": "^1.36.0"
1414
},
1515
"license": "(MIT OR Apache-2.0)",
1616
"repository": {
@@ -55,7 +55,7 @@
5555
"devDependencies": {
5656
"@types/glob": "^7.1.1",
5757
"@types/mocha": "^5.2.6",
58-
"@types/node": "~10.1.0",
58+
"@types/node": "^10.10",
5959
"@types/vscode": "^1.31.0",
6060
"glob": "^7.1.4",
6161
"mocha": "^6.1.4",

0 commit comments

Comments
 (0)