Skip to content

Commit

Permalink
Fix #99: Add open file inline button
Browse files Browse the repository at this point in the history
  • Loading branch information
hdpoliveira committed Jun 27, 2020
1 parent f9795d8 commit 1f96705
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,12 @@
"group": "1_modification"
},
{
"command": "hg.openFiles",
"command": "hg.openFile",
"when": "config.hg.enabled && !hg.missing && scmProvider == hg",
"group": "inline0"
},
{
"command": "hg.openFile",
"when": "config.hg.enabled && !hg.missing && scmProvider == hg",
"group": "navigation"
}
Expand Down

0 comments on commit 1f96705

Please sign in to comment.