x/tools/gopls: 'run file benchmarks' codelens for files without benchmark functions #43239
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
When enabled the

test
codelens ("gopls": { "codelenses": { "test": true } }
), gopls was sendingrun file benchmarks
codelens for files that don't contain any benchmarks.Clicking the codelens leads to failure.
The text was updated successfully, but these errors were encountered: