We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd7316 commit a519324Copy full SHA for a519324
package.json
@@ -29,7 +29,7 @@
29
"commands": [
30
{
31
"command": "sourcery.refactor.workspace",
32
- "title": "Scan with Sourcery",
+ "title": "Scan for refactorings",
33
"category": "Sourcery"
34
},
35
@@ -38,8 +38,20 @@
38
39
}
40
],
41
+ "submenus": [
42
+ {
43
+ "id": "sourcery.scans",
44
+ "label": "Sourcery"
45
+ }
46
+ ],
47
"menus": {
48
"explorer/context": [
49
50
+ "submenu": "sourcery.scans",
51
+ "group": "1_modification@1"
52
53
54
+ "sourcery.scans": [
55
56
57
"group": "1_modification@1"
0 commit comments