SCM - better handle empty commits (#222194)

This commit is contained in:
Ladislau Szomoru
2024-07-19 16:59:30 +02:00
committed by GitHub
parent 37898a5689
commit 08c88cee36
4 changed files with 5 additions and 15 deletions

View File

@@ -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"
},
{