Skip to content

Commit

Permalink
Put hg.forget along with 'working' resource group
Browse files Browse the repository at this point in the history
  • Loading branch information
hdpoliveira committed Jun 27, 2020
1 parent 16c82a3 commit f9795d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,11 @@
"when": "config.hg.enabled && !hg.missing && scmProvider == hg && scmResourceGroup == working",
"group": "1_modification"
},
{
"command": "hg.forget",
"when": "config.hg.enabled && !hg.missing && scmProvider == hg && scmResourceGroup == working",
"group": "2_modification"
},
{
"command": "hg.clean",
"when": "config.hg.enabled && !hg.missing && scmProvider == hg && scmResourceGroup == working",
Expand All @@ -759,11 +764,6 @@
"command": "hg.openFiles",
"when": "config.hg.enabled && !hg.missing && scmProvider == hg",
"group": "navigation"
},
{
"command": "hg.forget",
"when": "config.hg.enabled && !hg.missing && scmProvider == hg && scmResourceGroup == working",
"group": "2_modification"
}
],
"editor/title": [
Expand Down

0 comments on commit f9795d8

Please sign in to comment.