-
Notifications
You must be signed in to change notification settings - Fork 8.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
Regression in launching links #17323
Comments
Thanks for reporting this. I believe
On it. |
@tusharsnx, @lhecker do either of you know if this will impact 1.20 as well? |
Checked it out - yes, 1.20 is impacted. I'll service this. Thanks @chrisant996 for the report! |
Ah, I see, yes it's fresh, introduced by 5b8eadb a month ago. 👍 |
Closes: #17323 ## Validation Steps Performed - Run `echo Hello ^(https://github.com/microsoft/terminal^)` in cmd. - Ctrl+click on the URL opens `https://github.com/microsoft/terminal` in the browser. - Hovering over the url in the terminal shows `https://github.com/microsoft/terminal` in the hover UI.
Closes: #17323 - Run `echo Hello ^(https://github.com/microsoft/terminal^)` in cmd. - Ctrl+click on the URL opens `https://github.com/microsoft/terminal` in the browser. - Hovering over the url in the terminal shows `https://github.com/microsoft/terminal` in the hover UI. (cherry picked from commit 212f43e) Service-Card-Id: 92637504 Service-Version: 1.20
Closes: #17323 ## Validation Steps Performed - Run `echo Hello ^(https://github.com/microsoft/terminal^)` in cmd. - Ctrl+click on the URL opens `https://github.com/microsoft/terminal` in the browser. - Hovering over the url in the terminal shows `https://github.com/microsoft/terminal` in the hover UI. (cherry picked from commit 212f43e) Service-Card-Id: 92637505 Service-Version: 1.21
Hello, I was told my issue #17424 is already being tracked here. My question; I see a merge was done. Does that mean I should update terminal to enact the changes? However the most recent release is still preview... Because while the merge sort of handle a similar issue, it's not quite what I'm experiencing |
Preview will receive the fix sometime soon. Until then you can test out our nightly version here: https://aka.ms/terminal-canary-installer |
Windows Terminal version
1.21.1272.0
Windows build number
19045.4412
Other Software
No response
Steps to reproduce
echo Hello ^(https://github.com/chrisant996/clink^)
.)
is mistakenly included in the URL, and causes the web navigation to fail.Expected Behavior
It should open the link
https://github.com/chrisant996/clink
.It should open the same link that it underlined.
Terminal 1.19.11213.0 works correctly.
Actual Behavior
It opened the link
https://github.com/chrisant996/clink)
-- note that the)
was mistakenly included.What it opens is different from what it underlined.
The text was updated successfully, but these errors were encountered: