Robert Findley
Robert Findley
Thanks for the report. Can you please share the log you see in the gopls output channel and tell us when you observed this popup (e.g. I was updating `gopls`,...
Thanks for the report. Can you please share the log you see in the gopls output channel and tell us when you observed this popup (e.g. I was updating `gopls`,...
CC @suzmue @hyangah See related (recent) stackoverflow question: https://stackoverflow.com/questions/73734904/golang-delve-debuuger-not-working-on-windows-10 Some recent regression with Delve+Windows?
Thanks for the report. Can you please share the log you see in the gopls output channel and tell us when you observed this popup (e.g. I was updating `gopls`,...
Fixed by https://go.dev/cl/440181.
We generally try to avoid new configuration when possible, but this may be important as we already integrate with gofumpt. Curious what @mvdan thinks of this request.
@mvdan that sounds like a great idea: if gofumpt were to provide an API for these types of additional formatting rules, we could definitely offer them as a quick-fix, via...
Thank you for the detailed analysis! We will fix. Aside: do you use the command-line interface often? For what use-case, if you don't mind sharing?
Makes sense to me, and should be straightforward. This feature was added in https://go.dev/cl/420714.
> One question I have is whether we should do this conditionally or not. Do you mean via configuration, or dynamically via some heuristic for the optimal layout. I think...