Skip to content

Commit cf7c1cc

Browse files
committed
package.json: rename vulncheck command
From "Run Vulncheck (Experiment)" to "Run Vulncheck (Preview)" Change-Id: I1ea060e67c8611cdd76d9e83e23840cf8bad2e1c Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/429237 Reviewed-by: Jamal Carvalho <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent 17f6b7a commit cf7c1cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,6 @@ Edit the Go Env for the active workspace.
263263

264264
Reset 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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@
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
],

0 commit comments

Comments
 (0)