File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export function activate(context: ExtensionContext) {
82
82
83
83
context . subscriptions . push ( commands . registerCommand ( 'sourcery.refactor.workspace' , ( resource : Uri , selected ?: Uri [ ] ) => {
84
84
let request : ExecuteCommandParams = {
85
- command : 'refactor_workspace ' ,
85
+ command : 'refactoring/scan ' ,
86
86
arguments : [ {
87
87
'uri' : resource ,
88
88
'all_uris' : selected
@@ -93,7 +93,7 @@ export function activate(context: ExtensionContext) {
93
93
94
94
context . subscriptions . push ( commands . registerCommand ( 'sourcery.clones.workspace' , ( resource : Uri , selected ?: Uri [ ] ) => {
95
95
let request : ExecuteCommandParams = {
96
- command : 'detect_clones ' ,
96
+ command : 'clone/scan ' ,
97
97
arguments : [ {
98
98
'uri' : resource ,
99
99
'all_uris' : selected
You can’t perform that action at this time.
0 commit comments