Skip to content

Commit

Permalink
Bring back the globe,
Browse files Browse the repository at this point in the history
move suggest fix out of inline actions
Fixes #6510
  • Loading branch information
alexr00 committed Dec 5, 2024
1 parent 3855f0f commit b928d63
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2475,8 +2475,8 @@
},
{
"command": "issue.openIssue",
"when": "view == issues:github && viewItem =~ /^(link)?(current|continue)?issue/ && !github.copilot-chat.activated",
"group": "inline@2"
"when": "view == issues:github && viewItem =~ /^(link)?(current|continue)?issue/",
"group": "inline@1"
},
{
"command": "issue.chatSummarizeIssue",
Expand All @@ -2488,11 +2488,6 @@
"when": "view == pr:github && viewItem =~ /pullrequest/ && github.copilot-chat.activated && config.githubPullRequests.experimental.chat",
"group": "inline@0"
},
{
"command": "issue.chatSuggestFix",
"when": "view == issues:github && viewItem =~ /^(link)?(current|continue)?issue/ && github.copilot-chat.activated && config.githubPullRequests.experimental.chat",
"group": "inline@1"
},
{
"command": "issue.openIssue",
"when": "view == issues:github && viewItem =~ /^(link)?(current|continue)?issue/",
Expand Down

0 comments on commit b928d63

Please sign in to comment.