Removes insiders flag from stash commands

This commit is contained in:
Eric Amodio
2017-05-24 22:59:17 -04:00
parent bb834f2e0a
commit 77651701aa
6 changed files with 4 additions and 7 deletions

View File

@@ -645,11 +645,11 @@
},
{
"command": "gitlens.stashApply",
"when": "gitlens:enabled && config.gitlens.insiders"
"when": "gitlens:enabled"
},
{
"command": "gitlens.stashSave",
"when": "gitlens:enabled && config.gitlens.insiders"
"when": "gitlens:enabled"
}
],
"explorer/context": [