File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
arduino-ide-extension/src/browser/contributions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ export class EditContributions extends Contribution {
43
43
execute : ( ) => this . run ( 'actions.find' ) ,
44
44
} ) ;
45
45
registry . registerCommand ( EditContributions . Commands . FIND_NEXT , {
46
- execute : ( ) => this . run ( 'actions.findWithSelection ' ) ,
46
+ execute : ( ) => this . run ( 'editor.action.nextMatchFindAction ' ) ,
47
47
} ) ;
48
48
registry . registerCommand ( EditContributions . Commands . FIND_PREVIOUS , {
49
- execute : ( ) => this . run ( 'editor.action.nextMatchFindAction ' ) ,
49
+ execute : ( ) => this . run ( 'editor.action.previousMatchFindAction ' ) ,
50
50
} ) ;
51
51
registry . registerCommand ( EditContributions . Commands . USE_FOR_FIND , {
52
52
execute : ( ) => this . run ( 'editor.action.previousSelectionMatchFindAction' ) ,
You can’t perform that action at this time.
0 commit comments