Merge branch 'master', commit 'refs/pull/60387/head' of github.com:Microsoft/vscode into pr/60387

This commit is contained in:
Joao Moreno 2019-01-04 16:40:21 +01:00
commit a8aa85192a

View file

@ -661,11 +661,21 @@
"group": "1_sync",
"when": "scmProvider == git"
},
{
"command": "git.pushForce",
"group": "1_sync",
"when": "scmProvider == git && config.git.allowForcePush"
},
{
"command": "git.pushTo",
"group": "1_sync",
"when": "scmProvider == git"
},
{
"command": "git.pushToForce",
"group": "1_sync",
"when": "scmProvider == git && config.git.allowForcePush"
},
{
"command": "git.publish",
"group": "2_publish",