File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 977
977
"command" : " git.unstageSelectedRanges" ,
978
978
"key" : " ctrl+k ctrl+n" ,
979
979
"mac" : " cmd+k cmd+n" ,
980
- "when" : " editorTextFocus && isInDiffEditor && isInDiffRightEditor && ( resourceScheme == file || resourceScheme == git) "
980
+ "when" : " editorTextFocus && isInDiffEditor && isInDiffRightEditor && resourceScheme == git"
981
981
},
982
982
{
983
983
"command" : " git.revertSelectedRanges" ,
1082
1082
},
1083
1083
{
1084
1084
"command" : " git.unstageSelectedRanges" ,
1085
- "when" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && ( resourceScheme == file || resourceScheme == git) "
1085
+ "when" : " config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && resourceScheme == git"
1086
1086
},
1087
1087
{
1088
1088
"command" : " git.unstageChange" ,
2238
2238
},
2239
2239
{
2240
2240
"command" : " git.unstageChange" ,
2241
- "when" : " config.git.enabled && !git.missing && originalResource =~ /^git \\ :.*%22ref%22%3A%22HEAD%22%7D$/ "
2241
+ "when" : " false "
2242
2242
}
2243
2243
],
2244
2244
"timeline/item/context" : [
You can’t perform that action at this time.
0 commit comments