You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extension: recognize IDX as a web ide and auto-install gopls
If important tools (gopls, linter) are missing, try to install
them during activation. Originally, we wanted to install only
gopls this way, but learned that the extension does not prompt
for missing linter tools, but silently omits it from check.
Report the status of missing, important tools and
the new Go version release using the language status bar items.
And, remove dlv and vscgo from the important tools list.
vscgo is not yet critical for the extension's functionality.
The extension will ask the user to install dlv when needed.
Change-Id: I1b76a7b18c004b870b95a89659ee34594acbcf14
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/559895
Reviewed-by: Suzy Mueller <[email protected]>
Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
0 commit comments