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

Patch release with fixes for high cpu usage when language server is chosen

Compare
Choose a tag to compare
@ramya-rao-a ramya-rao-a released this 25 Apr 05:11
· 302 commits to master since this release

This patch release has fixes for the below bugs

  • Bug 2459: gopls crashes when -trace is set in the go.languageServerFlags setting
  • Bug 2461: Extension uses high CPU due to being stuck in an infinite loop when go.useLanguageServer is set to true, but no language server can be found
  • Bug 2458: Reference to GOPATH when dependent tools are missing misleads users to think that they need GOPATH for the extension to work