-
Notifications
You must be signed in to change notification settings - Fork 29.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
Support hyperlink ansi escapes in the integrated terminal #39278
Comments
Is this ever going to be fixed because lack of it makes the intergrated terminal a subpar of almost any other terminal around there. For example, I do have file:// urls which point to locally build docs, like:
At this moment only the file path is recognized as a link and opens the html file in editor instead of opening the URL in browser. If it would not have had the URI suffix, it was normal and desired but the URI header should make it open using the system, not the editor. |
@ssbarnea what you're point out is by design, the file is recognized and is opened in the editor just like any other file. You can create a feature request for this if you would like, as I don't think it has anything to do with this issue. |
3 years later and most terminals already implemented the hyperlink extensions, still the one from vscode does not. This is quite an issue for tools that produce human friendly terminal output (hint human friendly means to avoid displaying a long and ungly url and displaying only a title for it). |
this would be a great addition! |
Any updates on this? |
Any tips on what it would take to make a PR to implement this feature @meganrogge ? |
@ericsampson there's some discussion in xtermjs/xterm.js#1134 as this is primarily an upstream request |
thanks @Tyriar I found that link after I posted. |
Verifier test case: |
Cross-posting from xterm.js for discovery. Hope that's ok.
xtermjs/xterm.js#1134
The text was updated successfully, but these errors were encountered: