You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the editor.action.addSelectionTo{Next,Previous}FindMatch command, the direction/orientation of the selection is not taken into account.
So for example if you have selected the word foo, with the cursor on f, when you run addSelectionToNextFindMatch you will get a new selection with the cursor at o like this:
Expected behavior
I expect the orientation of the cursor to always match the original selection.
Environment (please complete the following information):
Extension version: 1.26.1
VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:34:12.840Z)
OS version: Linux x64 6.6.28
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the
editor.action.addSelectionTo{Next,Previous}FindMatch
command, the direction/orientation of the selection is not taken into account.So for example if you have selected the word
foo
, with the cursor onf
, when you runaddSelectionToNextFindMatch
you will get a new selection with the cursor ato
like this:To Reproduce
settings.json
Expected behavior
I expect the orientation of the cursor to always match the original selection.
Environment (please complete the following information):
Extension version: 1.26.1
VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:34:12.840Z)
OS version: Linux x64 6.6.28
The text was updated successfully, but these errors were encountered: