-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
find previous in terminal does not work #69249
Comments
@zfields can you give some specific repro steps? I can't seem to reproduce the problem. |
I have a make file that spews thousands of lines of compiler output. If I put a build flag (i.e. |
I suspect this is the same cause as #69248 |
Your suspicion is incorrect! Please reopen this. The terminal does not work and has not worked for a long time now. I'm taking my time to help you improve your product, and this is a slap in the face. |
Reopened the other issue |
The issues are not duplicates, unless you can confirm they are. Since you don't seem to understand the other issue, then I cannot see how you could confirm them as duplicates. |
@zfields if the lines are missing it completely makes sense that they would not show up in find previous. |
Are you trolling me? Have you attempted to reproduce this bug?
My guess would be, "No." You are spending more effort trying to tell me it doesn't exist than reproducing it. Run a build that blows past your scroll back, then do a "find" that looks for My guess is that you are having an array indexing error. Why don't you try to reproduce it, instead telling me it couldn't possibly exist. |
Find previous is broken for portions of lines that are wrapped: xtermjs/xterm.js#1967 |
OS: Ubuntu 18.04
VSCode: 1.31.1
Using the find UI in the terminal will fail when you try to find previous (as in looking for the most recent errors or warnings in a compile log).
The text was updated successfully, but these errors were encountered: