-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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 find in terminal improvements #59267
Labels
Milestone
Comments
alexr00
added
testplan-item
terminal
General terminal issues that don't fall under another label
labels
Sep 24, 2018
This was referenced Sep 25, 2018
Closed the wrong issue. |
This was referenced Sep 25, 2018
Tested #30874 and since we are using js regex search in main thread, it still crashes VSCode. We share the same root cause here. |
This was referenced Sep 26, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Ref #58826
Complexity: 2
Find widget in terminal should now find across wrapped lines(note that it still only finds the first occurrence in each line), find using regex, find whole word, and find case sensitive.
The text was updated successfully, but these errors were encountered: