Add support for Stash (Include Untracked)

This commit is contained in:
Raoul D'Cunha
2017-09-20 17:06:52 +12:00
parent f7962f0682
commit 21aac84936
5 changed files with 41 additions and 7 deletions

View File

@@ -256,6 +256,11 @@
"title": "%command.ignore%",
"category": "Git"
},
{
"command": "git.stashIncludeUntracked",
"title": "%command.stashIncludeUntracked%",
"category": "Git"
},
{
"command": "git.stash",
"title": "%command.stash%",
@@ -544,6 +549,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",