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

Add the ability to directly go into the good line in the source file when clicking in the output onto an error #540

Open
DzzD opened this issue Dec 18, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@DzzD
Copy link
Contributor

DzzD commented Dec 18, 2020

It would be nice to be able to jump in the right file on the right line when clicking into a Java exception in the build terminal window.

@DzzD DzzD added the enhancement New feature or request label Dec 18, 2020
@ewanharris
Copy link
Collaborator

@DzzD, could you add an example of the stack that you'd like to use this with? We could potentially achieve it using a TerminalLinkProvider but I'm not sure if we could do native errors in app projects as the native code would exist outside the app project.

An app project would most likely be limited to JavaScript errors, and maybe we could attempt to handle native errors for a module project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants