-
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
Ability to scroll build output to first issue. #9374
Comments
@Tyriar Using Insiders 4d0b2f5 2016-07-15T12:30:04.682Z, I see absolute paths getting linkified, with a mouseover popup that suggests "Cmd + click to follow the link". Example output:
|
@gwk within the terminal panel, not output panel? Can you paste a screenshot? |
I'm talking about the build output from a task (in my case In any case, given that linkifying in the output does work, this request still seems reasonable to me. What do you think?
|
Ah ok, yeah there is a feature called the "integrated terminal" as well 😉 |
This sounds like something that would be best solved by creating a problem matcher https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher. That way you can see your problems in the problems panel instead of having to scroll in the terminal. |
1.4.0-Insider
OSX 10.11.5
With a basic
make
task, pressing the build keystroke causes output on the integrated terminal, which scrolls to the bottom. This is sane default behavior, but given that the terminal already autolinks to files in error lines (which by the way is absolutely fantastic!), it would be wonderful if it could scroll to the first error line.My reasoning is that for a stream of build errors, it is best to address the first one by default, which is the least likely to be a spurious or secondary error.
Is it possible to configure a scrolling behavior for the integrated terminal, either as part of the task or perhaps a keystroke?
As always, thanks for the great work!
The text was updated successfully, but these errors were encountered: