Skip to content

Commit 3e96e22

Browse files
Copilotalexr00
andauthored
Add Cmd/Ctrl+R keybinding to refresh PR overview in editor (#8292)
* Initial plan * Initial plan for Command R refresh feature Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> * Add Command R keybinding to refresh PR overview in editor Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent c32d9ce commit 3e96e22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,6 +2050,12 @@
20502050
"mac": "cmd+k m",
20512051
"command": "pr.makeSuggestion",
20522052
"when": "commentEditorFocused"
2053+
},
2054+
{
2055+
"key": "ctrl+r",
2056+
"mac": "cmd+r",
2057+
"command": "pr.refreshDescription",
2058+
"when": "activeWebviewPanelId == 'PullRequestOverview'"
20532059
}
20542060
],
20552061
"menus": {

0 commit comments

Comments
 (0)