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

Follow link in terminal syntax #93890

Closed
Hezkore opened this issue Mar 31, 2020 · 1 comment
Closed

Follow link in terminal syntax #93890

Hezkore opened this issue Mar 31, 2020 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@Hezkore
Copy link

Hezkore commented Mar 31, 2020

I know that you can make the terminal follow a file and jump to a line by printing something like:
d:/folder/file.txt:5
That will jump to line 5.
But the compiler I'm writing an extension for prints things as:
d:/folder/file.txt;5
Notice the ; instead of :
Is there a way to make it jump to line 5 even when using ; ?
Otherwise I'd like to request that it somehow integrates with the Problem Matcher that I've already defined to figure this out.

@Tyriar
Copy link
Member

Tyriar commented Apr 5, 2020

Instead of supporting so many different formats I'm hoping to let extensions create their own handlers for these after #91290 is done.

@Tyriar Tyriar closed this as completed Apr 5, 2020
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Apr 5, 2020
@github-actions github-actions bot locked and limited conversation to collaborators May 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants