瀏覽代碼

Switches order of apply/stash changes

main
Eric Amodio 6 年之前
父節點
當前提交
55d03c69c6
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. +6
    -6
      package.json

+ 6
- 6
package.json 查看文件

@ -4015,12 +4015,12 @@
"group": "2_gitlens@1"
},
{
"command": "gitlens.stashSave",
"command": "gitlens.stashApply",
"when": "!gitlens:readonly && viewItem == gitlens:repository",
"group": "3_gitlens@1"
},
{
"command": "gitlens.stashApply",
"command": "gitlens.stashSave",
"when": "!gitlens:readonly && viewItem == gitlens:repository",
"group": "3_gitlens@2"
},
@ -4070,13 +4070,13 @@
"group": "inline@99"
},
{
"command": "gitlens.stashSave",
"when": "!gitlens:readonly && viewItem =~ /^gitlens:(stashes|status:files)$/",
"command": "gitlens.stashApply",
"when": "!gitlens:readonly && viewItem == gitlens:stashes",
"group": "1_gitlens@1"
},
{
"command": "gitlens.stashApply",
"when": "!gitlens:readonly && viewItem == gitlens:stashes",
"command": "gitlens.stashSave",
"when": "!gitlens:readonly && viewItem =~ /^gitlens:(stashes|status:files)$/",
"group": "1_gitlens@2"
},
{

Loading…
取消
儲存