Skip to content

Commit 7a99840

Browse files
committed
Merge branch 'master' of github.com:sourcery-ai/sourcery-vscode
2 parents a5e67c3 + 7c17a6a commit 7a99840

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,17 @@
6161
"command": "sourcery.clones.workspace",
6262
"group": "1_modification@2"
6363
}
64-
]
64+
],
65+
"commandPalette": [
66+
{
67+
"command": "sourcery.refactor.workspace",
68+
"when": "false"
69+
},
70+
{
71+
"command": "sourcery.clones.workspace",
72+
"when": "false"
73+
}
74+
]
6575
},
6676
"configuration": {
6777
"title": "Sourcery Configuration",

0 commit comments

Comments
 (0)