📣 Announcement:
The language server,
gopls
, will be enabled by default in the next release. (Issue 1037). Please test and provide us your feedback on the#vscode-dev
Gophers Slack channel.Some workspace or folder-level settings that affect tools location will not be used by default until users explicitly opt in by running
Go: Toggle Workspace Trust Flag
. See Issue 1094 for more information.
v0.21.1 - 21st Jan, 2021
A list of all issues and changes can be found in the v0.21.1 milestone.
Fixes
- Fixed the
Cannot get property 'get' of undefined
error. (Issue 1104) - Restored the
"go.languageServerExperimentalFeatures"
setting for users who depend on this to run custom vet analyzers. (Issue 1110)