-
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
Recent change to link detection in the terminal is a regression #174009
Comments
This PR introduced this change to fix this issue |
Commas are used pretty often in certain links, not sure how advanced the detection is but it could be improved by only treating it as a separator if after a / or if the word before has a period? |
GitHub also doesn't split at comma: I'd probably revert the fix, but I'm fine with either. Up to you @alexdima. |
This issue doesn't just affect the links in the terminal. It also applies to VS Code Version: 1.75.1 Steps to reproduce:
|
👍 I'm OK to revert. |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
https://example.com/path(abc,def)
,
so the link cannot be easily clicked to open it.I appreciate that you can never please all the people all the time with URL guessing, but I thought it was worth mentioning given that it used to work fine, and to be fair all the characters
(
,,
and)
are standard normal URL code points and always have been.The text was updated successfully, but these errors were encountered: