Robert Findley

Results 271 comments of Robert Findley

At the very least, this should be deterministic, and generally the expectation is that setting changes take effect immediately.

We agree that this is annoying, and doesn't happen in other LSP clients so may not be directly related to gopls. Needs more investigation. Even if we're not smart enough...

Thanks for the report. We're not sure why this regressed, but will investigate.

I don't think this is still waiting for info: it was actionable.

It sounds like we should be automatically refreshing tests in the explorer. I think @hyangah and @firelizzard18 were discussing revamping test discovery for the test explorer, but I'm not sure...

@hyangah yes, we can do that. I'd like to also experiment with a minimal syntax-only implementation of semantic tokens, as currently I find them to be distractingly laggy (particularly following...

Note: we need to stage this configuration change in VS Code first, before un-reverting the change to gopls.

@MainPoser am I understanding correctly that you want VS Code to detect that there's a symlink in GOPATH pointing to your project? Did you open the GOPATH directory itself? If...

You may also want to try installing the prerelease of the next gopls version, which fixes a couple crashes: ``` go install golang.org/x/tools/[email protected] ```