Robert Findley
Robert Findley
Are you able to capture extension logs? https://github.com/golang/vscode-go/blob/master/docs/troubleshooting.md#collect-extension-logs That would tell us what gopls is doing. (note: these logs can contain source code, so be careful if you don't want...
Sorry, it's going to be very difficult for us to diagnose without more info. I can try to take a look at your CPU profile -- how did you collect...
Oh that's interesting context, thank you. We'll discuss this in our triage meeting. Do you have any other extensions active that could cause this?
@duaneking please keep in mind the Go [code of conduct](https://go.dev/conduct) in your communication. We don't want you to have a poor user experience, and work with our limited resources to...
@Zrossiz how long does it take for the CPU to settle to 0%? The first time you use gopls on a workspace, it must do a significant amount of indexing.
Thanks, this sounds like a bug. Leaving this untriaged as I'm not sure which milestone it should land in.
Thanks, I don't have the full history on this behavior but the request seems reasonable. I personally would not want anything rewriting my logs... @hyangah do you know why this...
Alas, I'm not sure this is fixable. I think we've already implemented these heuristics in gopls and it is VS Code doing its own sorting and fuzzy matching of the...
CC @adonovan @griesemer A couple things going on here: (1) we should repair the AST in gopls if it records any positions outside of the file, but also (2) I'm...
Alan points out that this may be related to golang/go#66683. @nobelsmith can you share anything about the structure of the code you were editing when this occurred?