We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
when
1 parent 380de2f commit 771c517Copy full SHA for 771c517
extensions/git/package.json
@@ -943,7 +943,7 @@
943
"command": "git.stageSelectedRanges",
944
"key": "ctrl+k ctrl+alt+s",
945
"mac": "cmd+k cmd+alt+s",
946
- "when": "resourceScheme =~ /^git$|^file$/"
+ "when": "editorTextFocus && resourceScheme =~ /^git$|^file$/"
947
},
948
{
949
"command": "git.unstageSelectedRanges",
@@ -955,7 +955,7 @@
955
"command": "git.revertSelectedRanges",
956
"key": "ctrl+k ctrl+r",
957
"mac": "cmd+k cmd+r",
958
959
}
960
],
961
"menus": {
0 commit comments