-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Test: Terminal link handler API #93596
Comments
I'm curious what the Terminal object would be used for, which implementor will do something different depending on which terminal the link was clicked in? |
Seems to work fine. Assuming extensions providing link detectors is somewhere on the backlog? |
In js-debug we only handle links that come from the debug temrinal |
@JacksonKearl yes but it's blocked on adopting an early xterm.js API and not sure about the priority relative to everything else. #91290 |
Refs: #91606
Complexity: 2
There is a new extension API that enables listening for clicks on terminal links and handling them from an extension. To test, scaffold out an extension and try out the new API and validate its documentation.
This is likely to finalize next iteration.
The text was updated successfully, but these errors were encountered: