Robert Findley
Robert Findley
Hi, I can't repro this, though I may be misunderstanding. Per https://github.com/golang/vscode-go/wiki/advanced, the correct way to disable auto-formatting is as follows: ``` "[go]": { "editor.formatOnSave": false }, ``` (which you...
Hmm, as you said this only applies to certain values; I wasn't able to naively reproduce:  CC @suzmue, who might know why this happens.
Since this is a dupe, let's close. @breathe please reopen if this isn't fixed for you in the next delve release.
Hi, did you by any chance run the go:generate codelens? (or do you have something that automatically runs it?)
It's not a known gopls issue, but I'd believe it if there is a bug here. I can try to investigate, since I am looking at build tags now anyway.
We discussed this in our triage meeting triage. It's a little unclear how to make this work: imported packages could be in GOCACHE. @simon0-o how would you like this feature...
I see you also asked at https://stackoverflow.com/questions/71602708/what-os-signal-does-the-vscode-go-debugger-send-to-delve-dap-when-i-terminate-de, and I suspect that the advice there is accurate. @polinasok or @suzmue might know if it is possible to catch the debugger exit.
Thanks for the suggestion! This seems like it would be a helpful feature.
> One thing I think we should add as part of this change is a specific test that confirms gopls is "seeing" all the relevant events, i.e. open, changes, etc....
Hi, sorry for the radio silence. I'll see if I can get to this soon -- need to look into writing a test. Feel free to take over / copy...