Zejun Li
Zejun Li
> Hey, that seems pretty interesting, on this weekend I'll play a little bit with the new versions of gofpdf to see what we can do about. Hi any update...
I ended up changing the source code of this lib, not much but it provides what I need now.
> @findleyr Hi, Does `Find all references` only consider opened packages? Is this the expected behavior? The global search feature of vscode can find all function reference just fine, so...
> No, find all references should consider all workspace packages. If you do not see this happening, it is either a bug or a misconfiguration (or both). If you had...
> > I don't really have a minimal reproducer, but I do have a workspace error, could that be related? > > Yes, that is almost certainly related. What is...
> > I don't really have a minimal reproducer, but I do have a workspace error, could that be related? > > Yes, that is almost certainly related. What is...
> This error is surprising: `cannot load github.com/...`. > > Do you have a module path named "github.com" in your workspace? Yes, we're using module mod, this is some package...
> > Yes, we're using module mod > > Sorry, I don't understand. Do you have a `go.mod` file containing `module github.com` somewhere? I do, there is a go.mod file,...
> Gopls is having trouble loading your workspace. Does `go list ./...` from your repo root succeed for you? > > Are you able to share the full logs from...