Skip to content

Commit 8030019

Browse files
committed
Update package.json
1 parent caa04cd commit 8030019

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@
362362
},
363363
{
364364
"command": "vscode-objectscript.openISCDocument",
365-
"when": "view == workbench.explorer.fileView && vscode-objectscript.connectActive && workspaceFolderCount != 0"
365+
"when": "view == workbench.explorer.fileView && vscode-objectscript.connectActive && workspaceFolderCount != 0",
366+
"group": "navigation"
366367
}
367368
],
368369
"view/item/context": [
@@ -1191,7 +1192,8 @@
11911192
{
11921193
"category": "ObjectScript",
11931194
"command": "vscode-objectscript.openISCDocument",
1194-
"title": "Open InterSystems Document..."
1195+
"title": "Open InterSystems Document...",
1196+
"icon": "$(go-to-file)"
11951197
}
11961198
],
11971199
"keybindings": [

0 commit comments

Comments
 (0)