File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,6 @@ Edit the Go Env for the active workspace.
263263
264264Reset the Go Env for the active workspace.
265265
266- ### ` Go: Run Vulncheck (Experimental ) `
266+ ### ` Go: Run Vulncheck (Preview ) `
267267
268- Run go vulncheck .
268+ Run vulnerability check. See https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck for more details about the analysis .
Original file line number Diff line number Diff line change 523523 },
524524 {
525525 "command" : " go.vulncheck.run" ,
526- "title" : " Go: Run Vulncheck (Experimental )" ,
527- "description" : " Run go vulncheck ." ,
526+ "title" : " Go: Run Vulncheck (Preview )" ,
527+ "description" : " Run vulnerability check. See https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck for more details about the analysis ." ,
528528 "enablement" : " go.goplsIsRunning"
529529 }
530530 ],
You can’t perform that action at this time.
0 commit comments