ソースを参照

Updates regex to not be positional

main
Eric Amodio 4年前
コミット
5a397a5978
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      package.json

+ 2
- 2
package.json ファイルの表示

@ -6816,12 +6816,12 @@
},
{
"command": "gitlens.showCommitInView",
"when": "viewItem =~ /gitlens:file\b(?!(\+stashed|:status))/",
"when": "viewItem =~ /gitlens:file\b(?!.*?\b(\+stashed|:status)\b)/",
"group": "3_gitlens_explore@3"
},
{
"command": "gitlens.revealCommitInView",
"when": "viewItem =~ /gitlens:file\b(?!(\+stashed|:status))/",
"when": "viewItem =~ /gitlens:file\b(?!.*?\b(\+stashed|:status)\b)/",
"group": "3_gitlens_explore@4"
},
{

||||||
x
 
000:0
読み込み中…
キャンセル
保存