try using findWithSelection instead (so it doesn't jump to the next search item on enter)

This commit is contained in:
jasonwilliams 2024-01-17 22:38:02 +00:00
parent a84c974dca
commit 1779301d9d

View File

@ -104,7 +104,7 @@ export class SearchState {
// Add the current selection to the next find match
if (helixState.mode === Mode.SearchInProgress) {
vscode.commands.executeCommand('editor.action.addSelectionToNextFindMatch');
vscode.commands.executeCommand('actions.findWithSelection');
}
if (helixState.mode === Mode.Select) {