Skip to content
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

Closed
gwk opened this issue Jul 16, 2016 · 6 comments
Closed

Ability to scroll build output to first issue. #9374

gwk opened this issue Jul 16, 2016 · 6 comments
Assignees
Labels
feature-request Request for new features or functionality tasks Task system issues
Milestone

Comments

@gwk
Copy link

gwk commented Jul 16, 2016

  • VSCode Version:
    1.4.0-Insider
  • OS Version:
    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!

@weinand weinand added the terminal General terminal issues that don't fall under another label label Jul 16, 2016
@Tyriar
Copy link
Member

Tyriar commented Jul 16, 2016

@gwk The terminal links to files on error lines? This is only at the feature request stage currently 😕 #7321

@Tyriar Tyriar added the info-needed Issue requires more information from poster label Jul 16, 2016
@gwk
Copy link
Author

gwk commented Jul 17, 2016

@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:

swift build
Compile Swift Module 'Rappel' (9 sources)
/Users/gwk/work/rappel/src/Rappel/Lexer.swift:32:11: warning: ... 

@Tyriar
Copy link
Member

Tyriar commented Jul 18, 2016

@gwk within the terminal panel, not output panel? Can you paste a screenshot?

@gwk
Copy link
Author

gwk commented Jul 18, 2016

I'm talking about the build output from a task (in my case make, which is invoking swift build). So I guess "integrated terminal" is the wrong term.

In any case, given that linkifying in the output does work, this request still seems reasonable to me. What do you think?

On Jul 17, 2016, at 8:55 PM, Daniel Imms notifications@github.com wrote:

@gwk within the terminal panel, not output panel? Can you paste a screenshot?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@Tyriar
Copy link
Member

Tyriar commented Jul 18, 2016

Ah ok, yeah there is a feature called the "integrated terminal" as well 😉

@Tyriar Tyriar added tasks Task system issues and removed terminal General terminal issues that don't fall under another label labels Jul 18, 2016
@Tyriar Tyriar assigned dbaeumer and unassigned Tyriar Jul 18, 2016
@Tyriar Tyriar removed the info-needed Issue requires more information from poster label Jul 18, 2016
@gwk gwk changed the title Ability to scroll integrated terminal build output to first issue. Ability to scroll build output to first issue. Jul 21, 2016
@dbaeumer dbaeumer added the feature-request Request for new features or functionality label Aug 4, 2016
@dbaeumer dbaeumer added this to the Backlog milestone Aug 4, 2016
@alexr00
Copy link
Member

alexr00 commented Dec 20, 2018

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.

@alexr00 alexr00 closed this as completed Dec 20, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality tasks Task system issues
Projects
None yet
Development

No branches or pull requests

5 participants