Skip to content

Commit be75986

Browse files
Copilotalexr00
andcommitted
Add Command R keybinding to refresh PR overview in editor
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 60b9c86 commit be75986

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2014,6 +2014,12 @@
20142014
"mac": "cmd+k m",
20152015
"command": "pr.makeSuggestion",
20162016
"when": "commentEditorFocused"
2017+
},
2018+
{
2019+
"key": "ctrl+r",
2020+
"mac": "cmd+r",
2021+
"command": "pr.refreshDescription",
2022+
"when": "activeWebviewPanelId == 'PullRequestOverview'"
20172023
}
20182024
],
20192025
"menus": {

0 commit comments

Comments
 (0)