Git - Disable undo last commit command while commit is in progress (#153739)

Disable undo last commit command while commit is in progress
This commit is contained in:
Ladislau Szomoru
2022-06-29 20:45:21 +02:00
committed by GitHub
parent 9325795736
commit 6ca8db83e7

View File

@@ -327,7 +327,8 @@
{
"command": "git.undoCommit",
"title": "%command.undoCommit%",
"category": "Git"
"category": "Git",
"enablement": "!commitInProgress"
},
{
"command": "git.checkout",