Skip to content

Commit

Permalink
Merge pull request #223 from marek2901/master
Browse files Browse the repository at this point in the history
Find.ts us workbench.action.focusActiveEditorGroup instead of search action.focusActiveEditor
  • Loading branch information
aioutecism authored Jul 8, 2018
2 parents 5b4a795 + 4981ad7 commit 2afed7f
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 2afed7f

Please sign in to comment.