-
Notifications
You must be signed in to change notification settings - Fork 61
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
Extra trailing > character in URL #86
Comments
Hi @wdscxsj, this is not really patat's doing. There is no way to output links in terminal output, so patat just outputs It is pretty common to use |
Thanks for the explanation! I never thought it was the terminal. The issue happened when I used VSCode's Remote feature to ssh into a Ubuntu 18.04 from Windows 10, and then run patat inside VSCode's (remote bash) terminal. No particular highlighter is configured other than a Light theme for VSCode. A minimal example:
On my laptop, the reported issue happens to the first line, but not to the second. By the way, neither Windows cmd.exe nor ConEmu has this problem. Can we decide it's a bug of VSCode? |
Yes, I think it that case it would be a bug in the VSCode URL highlighter. You should also be able to reproduce this without patat by simply running: echo '<https://certbot.eff.org/>' |
Confirmed. Thank you very much! I can close this one now. Update: This issue is tracked here. |
For example, the URL
[https://certbot.eff.org/](https://certbot.eff.org/)
is correctly rendered as:But on mouse hover, an extra
>
character is appended to the URL:And on click the browser tries to open
https://certbot.eff.org/>
and fails.My environment: patat 0.8.4.3 64-bit on Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: