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

cmd + click to open hyperlinks in terminal not working for yarn error codes #144293

Closed
benatshippabo opened this issue Mar 3, 2022 · 2 comments
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@benatshippabo
Copy link

benatshippabo commented Mar 3, 2022

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

  • VS Code Version: 1.64.2
  • OS Version: Darwin arm64 21.3.0

Steps to Reproduce:

  1. execute the following commands in a new directory
yarn init -y
yarn set version berry
yarn add -D vitepress
  1. cmd + click on YN0032
➤ YN0032: │ fsevents@npm:2.3.2: Implicit dependencies on node-gyp are discouraged
  1. notice that vscode is trying to open YN0032 as a file instead of a hyperlink
  2. test steps 1-2 in another terminal such as iterm2 and notice that it works
Figure 1: screenshot of iterm2 properly recognizing hyperlink

image

Expected behavior:
cmd + click opens the hyperlink to the yarn error code webpage. Optimally this should work just as cmd + click works when clicking https://google.com in the terminal

Related links:
#21125
#91290
xtermjs/xterm.js#1134
hyperlink specification
yarn hyperlink source code

@meganrogge
Copy link
Contributor

/duplicate #39278

@github-actions github-actions bot locked and limited conversation to collaborators Apr 21, 2022
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

3 participants
@meganrogge @benatshippabo and others