Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
set prefix for the new command
  • Loading branch information
MistaTwista committed Sep 17, 2025
commit 63492e3b1b155d040909df48a8632400655111ed
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Finally, you can also see a full list by using a meta command: `Go: Show All Com

<!-- Everything below this line is generated. DO NOT EDIT. -->

### `Open in new Document`
### `Go: Open in new Document`

Open selected variable in a new document.

Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"commands": [
{
"command": "go.debug.openVariableAsDoc",
"title": "Open in new Document",
"title": "Go: Open in new Document",
"description": "Open selected variable in a new document."
},
{
Expand Down