### What is the URL of the page with the issue? https://go.dev/security/vuln/editor#editor-specific-instructions ### What did you expect to see? The settings for VS-Code should be `"ui.codelenses"` ### What did you see instead? ``` "go.diagnostic.vulncheck": "Imports", // enable the imports-based analysis by default. "gopls": { "codelenses": { "run_govulncheck": true // "Run govulncheck" code lens on go.mod file. } } ```
What is the URL of the page with the issue?
https://go.dev/security/vuln/editor#editor-specific-instructions
What did you expect to see?
The settings for VS-Code should be
"ui.codelenses"What did you see instead?