mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
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:
@@ -668,7 +668,8 @@
|
||||
{
|
||||
"command": "git.closeAllDiffEditors",
|
||||
"title": "%command.closeAllDiffEditors%",
|
||||
"category": "Git"
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
},
|
||||
{
|
||||
"command": "git.api.getRepositories",
|
||||
|
||||
Reference in New Issue
Block a user