Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Update language client to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Apr 16, 2020
1 parent 3af83e6 commit 0b5a013
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 27 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.14.1 - 15th April, 2020

* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
* Update the version of `vscode-languageclient` being used to make use of all the upstream fixes. This changes the min version of the VS Code for
upcoming updates of this extension to be 1.41. Older versions of VS Code will no longer receive any updates from this extension.

## 0.14.0 - 15th April, 2020

### Debugging improvements
Expand Down
41 changes: 17 additions & 24 deletions package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"vscode-debugadapter": "^1.36.0",
"vscode-debugprotocol": "^1.36.0",
"vscode-extension-telemetry": "^0.1.2",
"vscode-languageclient": "~5.2.1",
"vscode-languageclient": "6.1.0",
"web-request": "^1.0.7"
},
"devDependencies": {
Expand All @@ -69,7 +69,7 @@
"vscode-test": "^1.2.3"
},
"engines": {
"vscode": "^1.30.0"
"vscode": "^1.41.0"
},
"activationEvents": [
"workspaceContains:**/*.go",
Expand Down Expand Up @@ -334,7 +334,11 @@
"description": "Restart the running instance of the language server"
}
],
"breakpoints": [{ "language": "go" }],
"breakpoints": [
{
"language": "go"
}
],
"debuggers": [
{
"type": "go",
Expand Down

0 comments on commit 0b5a013

Please sign in to comment.