Skip to content

Commit

Permalink
package.json: require vscode 1.46 or up
Browse files Browse the repository at this point in the history
The recent change (https://go-review.googlesource.com/c/vscode-go/+/245127)
uses an API that's available only from 1.46. So, this extension
requires at least 1.46. Earlier versions of VS code will refuse
to install the new extension and remain with the last version.

Also, update vscode-languageclient to 6.1.3

Change-Id: I4039a1b882ccd59ad5d16d142bbf49f26e793d37
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/245638
Reviewed-by: Rebecca Stambler <[email protected]>
  • Loading branch information
hyangah committed Jul 29, 2020
1 parent 9d1620b commit fe3c6b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tree-kill": "file:third_party/tree-kill",
"vscode-debugadapter": "^1.40.0",
"vscode-debugprotocol": "^1.40.0",
"vscode-languageclient": "6.1.0",
"vscode-languageclient": "^6.1.3",
"web-request": "^1.0.7"
},
"devDependencies": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"yarn": "^1.22.4"
},
"engines": {
"vscode": "^1.41.0"
"vscode": "^1.46.0"
},
"activationEvents": [
"workspaceContains:**/*.go",
Expand Down

0 comments on commit fe3c6b5

Please sign in to comment.