Skip to content

Commit

Permalink
Find.ts us workbench.action.focusActiveEditorGroup instead of search.…
Browse files Browse the repository at this point in the history
…action.focusActiveEditor
  • Loading branch information
marek2901 committed Jul 7, 2018
1 parent 5b4a795 commit 4981ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/Find.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class ActionFind {
}

static executeNativeFind(): Thenable<boolean> {
return commands.executeCommand('search.action.focusActiveEditor')
return commands.executeCommand('workbench.action.focusActiveEditorGroup')
.then(ActionSelection.shrinkToEnds);
}

Expand Down

0 comments on commit 4981ad7

Please sign in to comment.