We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is currently no feedback on what the command is doing. Consider passing cfg.progress in https://github.com/golang/tools/blob/b2552ef554f216cb7c6b475538301c39fb1571e1/internal/lsp/command.go#L797 to opts.Hooks.Govulncheck, and report progress (at least whether we are loading packages, how many packages were loaded, whether we are checking vulndb, whether we started to call vulncheck API, ...)
cfg.progress
As we do this, consider logging the time spent in each step to help debugging the performance.
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/404576 mentions this issue: src/goVulncheck: replace gopls custom command with gopls vulncheck``
src/goVulncheck: replace gopls custom command with
Sorry, something went wrong.
d9980fd
No branches or pull requests
There is currently no feedback on what the command is doing.
Consider passing
cfg.progress
in https://github.com/golang/tools/blob/b2552ef554f216cb7c6b475538301c39fb1571e1/internal/lsp/command.go#L797 to opts.Hooks.Govulncheck, and report progress (at least whether we are loading packages, how many packages were loaded, whether we are checking vulndb, whether we started to call vulncheck API, ...)As we do this, consider logging the time spent in each step to help debugging the performance.
The text was updated successfully, but these errors were encountered: