mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
SCM - fix repository artifact actions (#275324)
This commit is contained in:
@@ -1032,7 +1032,7 @@
|
||||
"title": "%command.graphCheckout%",
|
||||
"icon": "$(target)",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
"enablement": "!operationInProgress && !scmArtifactIsHistoryItemRef"
|
||||
},
|
||||
{
|
||||
"command": "git.repositories.checkoutDetached",
|
||||
@@ -1076,13 +1076,13 @@
|
||||
"command": "git.repositories.deleteBranch",
|
||||
"title": "%command.deleteRef%",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
"enablement": "!operationInProgress && !scmArtifactIsHistoryItemRef"
|
||||
},
|
||||
{
|
||||
"command": "git.repositories.deleteTag",
|
||||
"title": "%command.deleteRef%",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
"enablement": "!operationInProgress && !scmArtifactIsHistoryItemRef"
|
||||
},
|
||||
{
|
||||
"command": "git.repositories.createFrom",
|
||||
|
||||
Reference in New Issue
Block a user