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

Link detection API #101041

Closed
mymikemiller opened this issue Jun 25, 2020 · 1 comment
Closed

Link detection API #101041

mymikemiller opened this issue Jun 25, 2020 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@mymikemiller
Copy link
Contributor

Language extensions need to be able to handle link detection in the terminal so they can properly jump into a library when stack traces are clicked.

Example using Dart:
When I print out a stack trace and cmd+click on a file link, VSCode fails to navigate to package files in my pub_cache.

For illustrative purposes in the screenshots, I navigated to the file by jumping to it when debugging. The file does not pop up when cmd+clicking the link.

before

after

Note that searching the workspace for the text of the line does show the result, and I can click into the line in the editor.

Screen Shot 2020-06-23 at 2 55 45 PM

This is because

@Tyriar
Copy link
Member

Tyriar commented Jun 25, 2020

/duplicate #91290

@Tyriar Tyriar closed this as completed Jun 25, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 9, 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

3 participants
@mymikemiller @Tyriar and others