We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa04cd commit 8030019Copy full SHA for 8030019
package.json
@@ -362,7 +362,8 @@
362
},
363
{
364
"command": "vscode-objectscript.openISCDocument",
365
- "when": "view == workbench.explorer.fileView && vscode-objectscript.connectActive && workspaceFolderCount != 0"
+ "when": "view == workbench.explorer.fileView && vscode-objectscript.connectActive && workspaceFolderCount != 0",
366
+ "group": "navigation"
367
}
368
],
369
"view/item/context": [
@@ -1191,7 +1192,8 @@
1191
1192
1193
"category": "ObjectScript",
1194
- "title": "Open InterSystems Document..."
1195
+ "title": "Open InterSystems Document...",
1196
+ "icon": "$(go-to-file)"
1197
1198
1199
"keybindings": [
0 commit comments