Robert Findley

Results 271 comments of Robert Findley

CC @hyangah I am not sure what we can do to help here. Our builds are open source and verifiable. If windows defender detects a problem, that seems like a...

CC @hyangah -- does the testing middleware need to be integrated with test explorer?

Hi, this feature is available: https://github.com/golang/vscode-go/blob/master/docs/commands.md#go-subtest-at-cursor Does that meet your needs?

We couldn't do this in generality (for example if the test cases were outside the function scope), but it wouldn't be hard for gopls to provide code lenses for the...

Thanks for the feature request. This makes sense to me, but is probably not going to be a high priority for the team right now (will discuss with others in...

Sure, though I think @hyangah or @firelizzard18 might be better able to advise on how to get started.

CC @hyangah @suzmue We thought that gcflags would be filtered out; needs further investigation.

Hi, gopls does use a lot of CPU. We're working on fixing that, but without more info about your particular use-case, I'm not sure this issue is actionable. Can you...

Are you seeing persistent CPU usage, or just at startup? When gopls starts, it type-checks the workspace (which may involve type-checking dependencies, and can be expensive if there are a...