January 28 marked a major milestone in both the gopls and VS Code Go journeys, as gopls is now enabled by default in the Go extension for VS Code.
https://blog.golang.org/gopls-vscode-go
you need to disable the go.useLanguageServer flag in your settings.json
mine looks like this:
{
"go.inferGopath": false,
"go.toolsGopath": "C:\Go",
"go.useLanguageServer": false
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…