Re: [go-nuts] Gopls enabled by default in VSCode

2021-02-01 Thread Dhruvil Dave
Here's the related issue that refers to enabling `gopls` be default: https://github.com/golang/vscode-go/issues/1037 On Tue, Feb 2, 2021, 06:24 Tyler Compton wrote: > I can't find the announcement off hand, but I remember gopls being > announced as stable at least a few months ago. Like Brian,

Re: [go-nuts] Gopls enabled by default in VSCode

2021-02-01 Thread Tyler Compton
I can't find the announcement off hand, but I remember gopls being announced as stable at least a few months ago. Like Brian, I think this documentation needs to be updated. Anecdotally, I was around and using gopls back when it was definitely not stable. It's gotten leagues better and now I have

Re: [go-nuts] Gopls enabled by default in VSCode

2021-02-01 Thread Brian Hatfield
In this particular case, I would assume that documentation is outdated. They've been hard at work on gopls and would not set an unstable tool as the default, as evidenced by them developing it as the not-default for some time now. On Mon, Feb 1, 2021 at 3:15 PM 'kale...@googlemail.com' via golang-

[go-nuts] Gopls enabled by default in VSCode

2021-02-01 Thread 'kale...@googlemail.com' via golang-nuts
This twitter announcement was made today about the Gopls language server being enabled by default in the VSCode editor. https://twitter.com/golang/status/1356289079575506950 Is this a wise move, seeing as though the documentation for Gopls states: "It is currently in *alpha*, so it is *not stab