-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Let terminal consumers provide click handlers and pattern recognizers for buffer text #6969
Comments
Triaged into BL, Spec needed. |
I'm leaving this open and separate from #8849 because of one key factor:
The |
Description of the new feature/enhancement
Terminal consumers have a need to provide their own handlers for clickable regions of text in the terminal. For example: In VS this could enable clicking on build errors and opening up a document to the line and column called out in the error.
Proposed technical implementation details (optional)
There needs to be two additions to the terminal in order to enable this:
The text was updated successfully, but these errors were encountered: