Skip to content

Commit 79856ee

Browse files
authored
Bring back the globe, (#6511)
move suggest fix out of inline actions Fixes #6510
1 parent 3855f0f commit 79856ee

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,8 +2475,8 @@
24752475
},
24762476
{
24772477
"command": "issue.openIssue",
2478-
"when": "view == issues:github && viewItem =~ /^(link)?(current|continue)?issue/ && !github.copilot-chat.activated",
2479-
"group": "inline@2"
2478+
"when": "view == issues:github && viewItem =~ /^(link)?(current|continue)?issue/",
2479+
"group": "inline@1"
24802480
},
24812481
{
24822482
"command": "issue.chatSummarizeIssue",
@@ -2488,11 +2488,6 @@
24882488
"when": "view == pr:github && viewItem =~ /pullrequest/ && github.copilot-chat.activated && config.githubPullRequests.experimental.chat",
24892489
"group": "inline@0"
24902490
},
2491-
{
2492-
"command": "issue.chatSuggestFix",
2493-
"when": "view == issues:github && viewItem =~ /^(link)?(current|continue)?issue/ && github.copilot-chat.activated && config.githubPullRequests.experimental.chat",
2494-
"group": "inline@1"
2495-
},
24962491
{
24972492
"command": "issue.openIssue",
24982493
"when": "view == issues:github && viewItem =~ /^(link)?(current|continue)?issue/",

0 commit comments

Comments
 (0)