Skip to content

Commit 3f7058b

Browse files
committed
Fixes wrong setting used to control menu commands
1 parent 71d17bc commit 3f7058b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,12 +1402,12 @@
14021402
},
14031403
{
14041404
"command": "gitlens.openFileInRemote",
1405-
"when": "gitlens:enabled && gitlens:hasRemotes && config.gitlens.advanced.menus.editorTitleContext.remote",
1405+
"when": "gitlens:enabled && gitlens:hasRemotes && config.gitlens.advanced.menus.editorTitle.remote",
14061406
"group": "1_gitlens"
14071407
},
14081408
{
14091409
"command": "gitlens.openRepoInRemote",
1410-
"when": "gitlens:enabled && gitlens:hasRemotes && config.gitlens.advanced.menus.editorTitleContext.remote",
1410+
"when": "gitlens:enabled && gitlens:hasRemotes && config.gitlens.advanced.menus.editorTitle.remote",
14111411
"group": "1_gitlens"
14121412
},
14131413
{

0 commit comments

Comments
 (0)