Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-bsaviano committed Jul 12, 2024
1 parent caa04cd commit 8030019
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@
},
{
"command": "vscode-objectscript.openISCDocument",
"when": "view == workbench.explorer.fileView && vscode-objectscript.connectActive && workspaceFolderCount != 0"
"when": "view == workbench.explorer.fileView && vscode-objectscript.connectActive && workspaceFolderCount != 0",
"group": "navigation"
}
],
"view/item/context": [
Expand Down Expand Up @@ -1191,7 +1192,8 @@
{
"category": "ObjectScript",
"command": "vscode-objectscript.openISCDocument",
"title": "Open InterSystems Document..."
"title": "Open InterSystems Document...",
"icon": "$(go-to-file)"
}
],
"keybindings": [
Expand Down

0 comments on commit 8030019

Please sign in to comment.