-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: terminal find / display all matches #145629
Labels
Milestone
Comments
Added myself as a tester despite doing a bit of the end work on it as I want to test it thoroughly anyway. |
This was referenced Mar 22, 2022
This was referenced Mar 22, 2022
Closed
This was referenced Mar 22, 2022
This was referenced Mar 23, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refs: #134790
Complexity: 3
Authors: @meganrogge
Create Issue
We want to align the terminal find experience with that of the editor, so this iteration, made use of the new Xterm
registerDecoration
API to do so.Verify that the find experience in the terminal:
findNext
andfindPrevious
workbench.colorCustomizations.editor.findMatchBackground
andworkbench.colorCustomizations.editor.findMatchHighlightBackground
to custom colors. These should work on the next searchKnown issues:
The text was updated successfully, but these errors were encountered: