Skip to content

Commit 0df4e60

Browse files
committed
Added condition to jumpToTagAndOffset command
1 parent e2fbcff commit 0df4e60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@
203203
{
204204
"command": "vscode-objectscript.showExplorerForWorkspace",
205205
"when": "!config.objectscript.showExplorer"
206+
},
207+
{
208+
"command": "vscode-objectscript.jumpToTagAndOffset",
209+
"when": "editorLangId == objectscript"
206210
}
207211
],
208212
"view/title": [

0 commit comments

Comments
 (0)