microsoft / vscode-go

An extension for VS Code which provides support for the Go language. We have moved to https://github.com/golang/vscode-go
Other
5.93k stars 648 forks source link

src/goLanguageServer: fix missing gopls detection logic #3197

Closed hyangah closed 4 years ago

hyangah commented 4 years ago

Also, update getMissingTools to check the tool's existence by simply checking whether the resolved tool path is absolute. getBinPath already ran the existence check before returning the absolute path for the tool.

Fixes microsoft/vscode-go#3194

stamblerre commented 4 years ago

Thanks for doing this!