Skip to content

Commit

Permalink
move sourcery commands to submenus
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellebore committed Dec 17, 2020
1 parent 4fd7316 commit a519324
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"commands": [
{
"command": "sourcery.refactor.workspace",
"title": "Scan with Sourcery",
"title": "Scan for refactorings",
"category": "Sourcery"
},
{
Expand All @@ -38,8 +38,20 @@
"category": "Sourcery"
}
],
"submenus": [
{
"id": "sourcery.scans",
"label": "Sourcery"
}
],
"menus": {
"explorer/context": [
{
"submenu": "sourcery.scans",
"group": "1_modification@1"
}
],
"sourcery.scans": [
{
"command": "sourcery.refactor.workspace",
"group": "1_modification@1"
Expand Down

0 comments on commit a519324

Please sign in to comment.