Merge branch '34527' of https://github.com/raouldc/vscode into raouldc-34527

This commit is contained in:
Joao Moreno
2017-11-10 17:03:06 +01:00
5 changed files with 41 additions and 7 deletions

View File

@@ -289,6 +289,11 @@
"title": "%command.ignore%",
"category": "Git"
},
{
"command": "git.stashIncludeUntracked",
"title": "%command.stashIncludeUntracked%",
"category": "Git"
},
{
"command": "git.stash",
"title": "%command.stash%",
@@ -598,6 +603,11 @@
"group": "4_stage",
"when": "config.git.enabled && scmProvider == git"
},
{
"command": "git.stashIncludeUntracked",
"group": "5_stash",
"when": "config.git.enabled && scmProvider == git"
},
{
"command": "git.stash",
"group": "5_stash",