mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
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:
@@ -327,7 +327,8 @@
|
||||
{
|
||||
"command": "git.undoCommit",
|
||||
"title": "%command.undoCommit%",
|
||||
"category": "Git"
|
||||
"category": "Git",
|
||||
"enablement": "!commitInProgress"
|
||||
},
|
||||
{
|
||||
"command": "git.checkout",
|
||||
|
||||
Reference in New Issue
Block a user