Skip to content

Commit c06ae02

Browse files
committed
add description to new command
1 parent 143fc8e commit c06ae02

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/commands.md

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

2626
### `Open in new Document`
2727

28-
28+
Open selected variable in a new document.
2929

3030
### `Go: Current GOPATH`
3131

extension/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@
214214
"commands": [
215215
{
216216
"command": "go.debug.openVariableAsDoc",
217-
"title": "Open in new Document"
217+
"title": "Open in new Document",
218+
"description": "Open selected variable in a new document."
218219
},
219220
{
220221
"command": "go.gopath",

0 commit comments

Comments
 (0)