8000 Update to latest vscode-languageclient by hyangah · Pull Request #3064 · microsoft/vscode-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Update to latest vscode-languageclient #3064

Closed
wants to merge 1 commit into from

Conversation

hyangah
Copy link
Contributor
@hyangah hyangah commented Feb 24, 2020

This reverts commit 5f15c23.

This effectively brings in the commit 3b02de0 back again.
Originally reverted because it requires vscode 1.41.x,
which was just released at the time of Go extension 0.13.0
release. Currently 1.42.x is the latest version, and we expect
another cycle of vscode release when the next version of Go
extension is out.

We need more up-to-date version of vscode-languageclient to
bring in various fixes to problems such as
microsoft/vscode-languageserver-node#442

Considered only minor version upgrade but I couldn't find a suitable
newer version than 5.2.1
(https://www.npmjs.com/package/vscode-languageclient)

This reverts commit 5f15c23.

This effectively brings in the commit 3b02de0 back again.
Originally reverted because it requires vscode 1.41.x,
which was just released at the time of Go extension 0.13.0
release. Currently 1.42.x is the latest version, and we expect
another cycle of vscode release when the next version of Go
extension is out.

We
8000
 need more up-to-date version of vscode-languageclient to
bring in various fixes to problems such as
microsoft/vscode-languageserver-node#442

Considered only minor version upgrade but I couldn't find a suitable
newer version than 5.2.1
(https://www.npmjs.com/package/vscode-languageclient)
@stamblerre
Copy link
Contributor

I think you will need to increase the value of the VS Code engine here to ^1.42.0.

@ramya-rao-a
Copy link
Contributor

The latest version of the language client seems to need 1.42 where as the previous version needed only 1.41

Am ok changing our min supported version of VS Code to 1.41, but am hesitant to change it to 1.42 without giving some time for users to upgrade. 7d0069a reflects the change to do the above.

Side note: microsoft/vscode-languageserver-node@f5542d9#r37530736

@ramya-rao-a
Copy link
Contributor

Closing this PR for now
In the next month, we can go ahead and change the semver for the language client to ^6.0.1 and our min VS Code version to 1.42 if needed

@ramya-rao-a
Copy link
Contributor

The latest beta version 0.14.0-beta.1 is using version 6.1.0 of the language client.

Please use this to test out the fixes from the language client

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0