mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
SCM - more improvements to the repositories view (#274438)
* SCM - tweak artifact folder compression * SCM - fixed more commands and layout * SCM - more compression changes
This commit is contained in:
@@ -496,7 +496,6 @@
|
||||
{
|
||||
"command": "git.branch",
|
||||
"title": "%command.branch%",
|
||||
"icon": "$(plus)",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
},
|
||||
@@ -1046,6 +1045,20 @@
|
||||
"title": "%command.graphCompareRef%",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
},
|
||||
{
|
||||
"command": "git.repositories.createBranch",
|
||||
"title": "%command.branch%",
|
||||
"icon": "$(plus)",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
},
|
||||
{
|
||||
"command": "git.repositories.createTag",
|
||||
"title": "%command.createTag%",
|
||||
"icon": "$(plus)",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
}
|
||||
],
|
||||
"continueEditSession": [
|
||||
@@ -1681,6 +1694,14 @@
|
||||
{
|
||||
"command": "git.repositories.compareRef",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.repositories.createBranch",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "git.repositories.createTag",
|
||||
"when": "false"
|
||||
}
|
||||
],
|
||||
"scm/title": [
|
||||
@@ -1873,12 +1894,12 @@
|
||||
],
|
||||
"scm/artifactGroup/context": [
|
||||
{
|
||||
"command": "git.branch",
|
||||
"command": "git.repositories.createBranch",
|
||||
"group": "inline@1",
|
||||
"when": "scmProvider == git && scmArtifactGroup == branches"
|
||||
},
|
||||
{
|
||||
"command": "git.createTag",
|
||||
"command": "git.repositories.createTag",
|
||||
"group": "inline@1",
|
||||
"when": "scmProvider == git && scmArtifactGroup == tags"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user