mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
SCM - better handle empty commits (#222194)
This commit is contained in:
@@ -1961,7 +1961,7 @@
|
||||
"scm/historyItem/context": [
|
||||
{
|
||||
"command": "git.viewCommit",
|
||||
"when": "scmProvider == git && scmHistoryItemFileCount != 0 && !listMultiSelection && config.multiDiffEditor.experimental.enabled",
|
||||
"when": "scmProvider == git && config.multiDiffEditor.experimental.enabled",
|
||||
"group": "1_view@1"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user