Skip to content
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 link with right parenthesis #93980

Closed
egorantonov opened this issue Mar 31, 2020 · 3 comments
Closed

Terminal link with right parenthesis #93980

egorantonov opened this issue Mar 31, 2020 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@egorantonov
Copy link

System info:

  • Version: 1.43.2 (user setup)
  • Commit: 0ba0ca5
  • Date: 2020-03-24T07:38:38.248Z
  • Electron: 7.1.11
  • Chrome: 78.0.3904.130
  • Node.js: 12.8.1
  • V8: 7.8.279.23-electron.0
  • OS: Windows_NT x64 10.0.18363

Steps to Reproduce:

Case A:

  1. Open new terminal
  2. Observe message about new cross-platform Powershell with shortcut (https://aka.ms/pscore6)
  3. Hover link
  4. Use Ctrl+Click to open
Expected result:

Parsed link is https://aka.ms/pscore6

Actual result:

Parsed link is https://aka.ms/pscore6)
Right parenthesis is a part of the link


Case B:

  1. Open new terminal
  2. Observe message about new cross-platform Powershell with shortcut (https://aka.ms/pscore6)
  3. Hover link
  4. Observe 'Follow link' popup
Expected result:

The popup content is: Follow Link (ctrl + click)

Actual result:

The popup content is: Follow Link) (ctrl + click)
Right parenthesis is a part of the 'Follow Link'


Does this issue occur when all extensions are disabled?: Yes

@vscodebot
Copy link

vscodebot bot commented Mar 31, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@IllusionMH
Copy link
Contributor

/duplicate of #21125

@github-actions github-actions bot locked and limited conversation to collaborators May 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@IllusionMH @Tyriar @egorantonov and others