Git - disable one more commands while a git operation is running (#171989)

* Git - disable 3 more commands while a git operation is running

* Do not disable the open change and open all changes commands
This commit is contained in:
Ladislau Szomoru
2023-01-23 17:13:55 +01:00
committed by GitHub
parent f84fc696bc
commit b87234ddca

View File

@@ -668,7 +668,8 @@
{
"command": "git.closeAllDiffEditors",
"title": "%command.closeAllDiffEditors%",
"category": "Git"
"category": "Git",
"enablement": "!operationInProgress"
},
{
"command": "git.api.getRepositories",