Command added

This commit is contained in:
Harjyot Singh
2017-07-26 03:36:26 +05:30
parent 41f9e654b4
commit 3085d3ebd7
4 changed files with 54 additions and 0 deletions

View File

@@ -217,6 +217,11 @@
"title": "%command.sync%",
"category": "Git"
},
{
"command": "git.syncRebase",
"title": "%command.syncRebase%",
"category": "Git"
},
{
"command": "git.publish",
"title": "%command.publish%",
@@ -359,6 +364,10 @@
"command": "git.sync",
"when": "config.git.enabled && scmProvider == git && gitState == idle"
},
{
"command": "git.syncRebase",
"when": "config.git.enabled && scmProvider == git && gitState == idle"
},
{
"command": "git.publish",
"when": "config.git.enabled && scmProvider == git && gitState == idle"
@@ -389,6 +398,11 @@
"group": "1_sync",
"when": "config.git.enabled && scmProvider == git && gitState == idle"
},
{
"command": "git.syncRebase",
"group": "1_sync",
"when": "config.git.enabled && scmProvider == git && gitState == idle"
},
{
"command": "git.pull",
"group": "1_sync",