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.
263
263
264
264
Reset the Go Env for the active workspace.
265
265
266
- ### ` Go: Run Vulncheck (Experimental ) `
266
+ ### ` Go: Run Vulncheck (Preview ) `
267
267
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 523
523
},
524
524
{
525
525
"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 ." ,
528
528
"enablement" : " go.goplsIsRunning"
529
529
}
530
530
],
You can’t perform that action at this time.
0 commit comments