Skip to content

Commit 63492e3

Browse files
committed
set prefix for the new command
1 parent af4625d commit 63492e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Finally, you can also see a full list by using a meta command: `Go: Show All Com
2323

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

26-
### `Open in new Document`
26+
### `Go: Open in new Document`
2727

2828
Open selected variable in a new document.
2929

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"commands": [
215215
{
216216
"command": "go.debug.openVariableAsDoc",
217-
"title": "Open in new Document",
217+
"title": "Go: Open in new Document",
218218
"description": "Open selected variable in a new document."
219219
},
220220
{

0 commit comments

Comments
 (0)