File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 123123 "menus" : {
124124 "view/item/context" : [
125125 {
126- "when" : " viewItem =~ /gitlens:(worktree|uncommitted) \\ b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled" ,
127- "group" : " 3_gitlens_ai " ,
126+ "when" : " !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled && config.gitlens.ai.enabled && webviewItem =~ /gitlens:wip \\ b/ " ,
127+ "group" : " 1_gitlens_actions_3 " ,
128128 "order" : 1
129129 }
130130 ]
Original file line number Diff line number Diff line change @@ -17975,14 +17975,14 @@
1797517975 "group": "1_gitlens_actions@1"
1797617976 },
1797717977 {
17978- "command": "gitlens.ai.explainWip:graph ",
17978+ "command": "gitlens.ai.explainWip:views ",
1797917979 "when": "viewItem =~ /gitlens:(worktree|uncommitted)\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled",
1798017980 "group": "3_gitlens_ai@1"
1798117981 },
1798217982 {
17983- "command": "gitlens.ai.explainWip:views ",
17984- "when": "viewItem =~ /gitlens:(worktree|uncommitted)\\b/ && !listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled",
17985- "group": "3_gitlens_ai @1"
17983+ "command": "gitlens.ai.explainWip:graph ",
17984+ "when": "!listMultiSelection && !gitlens:readonly && !gitlens:untrusted && gitlens:gk:organization:ai:enabled && config.gitlens.ai.enabled && webviewItem =~ /gitlens:wip\\b/ ",
17985+ "group": "1_gitlens_actions_3 @1"
1798617986 },
1798717987 {
1798817988 "command": "gitlens.views.workspaces.addRepos",
You can’t perform that action at this time.
0 commit comments