x/tools/gopls: add an option to suppress or reduce verbosity of diagnostics for go.mod
#51262
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
gopls/workspace
Issues related to support for modules or multi-module workspaces.
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
We have a project that intentionally has deps in the go.mod that appear unused (ex. because of generated code at build time through bazel). VSCode shows a long list of the below problems.
I've tried the suggestion here:
microsoft/vscode-go#3181
and also:
but it still shows warnings/errors:
The text was updated successfully, but these errors were encountered: