-
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
Terminal links - chrome devtools link isn't clickable #21668
Comments
@roblourens they should no longer be highlighted from tomorrow's build as links are validated now. Does support for such a link make sense? Would telling Chrome to load a link like that work? |
I think supporting them makes sense and would be very awesome. To get them to be highlighted, I need to change |
Is the desired behavior to just open it in the default web browser (and assume it's Chrome?). I'm not sure how reliable |
I think that opening with the default browser would be expected (ie treating it like any other link), even though it probably won't work in a non-chrome browser. |
Upstream issue: xtermjs/xterm.js#599 |
+1 for this to be supported (i.e. opening the link in default browser). FYI, this is the type of debug link produced by running However, FWIW, this link doesn't appear to be clickable in my zsh shell outside of VS Code either. |
If anyone wants to help with this you can add support here: https://github.com/sourcelair/xterm.js/blob/master/src/Linkifier.ts#L18 Basically you need to allow the new protocol and ensure it's linkified (make sure you can use it without a top level domain; .com, etc.). |
Tracking in xtermjs/xterm.js#583 |
These links look like
chrome-devtools://devtools/remote/serve_file/@60cd6e859b9f557d2312f5bf532f6aec5f284980/inspector.html?experiments=true&v8only=true&ws=localhost:9229/79e1ddbc-e79f-48c0-953d-60482c6ae5e7
and are only underlined from the first slashes to the first&
. Not sure if the problem is thechrome-devtools
protocol, or @ character, or something elseThe text was updated successfully, but these errors were encountered: