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

Ctrl+Click on Terminal not working #98277

Closed
XynanXDB opened this issue May 20, 2020 · 9 comments
Closed

Ctrl+Click on Terminal not working #98277

XynanXDB opened this issue May 20, 2020 · 9 comments
Assignees
Labels
info-needed Issue requires more information from poster *out-of-scope Posted issue is not in scope of VS Code

Comments

@XynanXDB
Copy link

XynanXDB commented May 20, 2020

I'm working on Unreal C++ project. Ctrl+click on Terminal started not working since a week ago.

Expected result is when my mouse hover over the path link on Terminal, it will display "Ctrl+click to follow link" and when I ctrl+link, I will go to the file of the path.

Current result is when my mouse hover over the path link on Terminal, it DOES NOT display "Ctrl+click to follow link" and when I ctrl+click nothing happens.

@vscodebot
Copy link

vscodebot bot commented May 20, 2020

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

@XynanXDB
Copy link
Author

Hi, is there any update on the issue?

@Tyriar
Copy link
Member

Tyriar commented Jun 3, 2020

Please provide a screenshot illustrating the problem. See this wiki page for more info on how to report actionable terminal issues.

/needsMoreInfo

@XynanXDB
Copy link
Author

XynanXDB commented Jun 4, 2020

I wasn't able to capture the old terminal that was working perfectly but this is the one with the issue..
Capture

I use VSCode for Unreal Engine C++, I also installed LLVM 10.0.0 and Visual Studio Build Tools 2019 to enable C++ compilation. About 1-2 months ago, the error sentence will be underlined and clickable, on hover it will show "Ctrl-Click to follow link" but the picture I provided above shows that it's not underlined nor it's clickable.

VSCode version : April 2020 (v 1.45)
OS : Windows 10 Pro 10.0.18362 Build 18362
Extensions:

  1. C/C++ by Microsoft (v 0.28.2)
  2. C# by Microsoft(v 1.22.0)
  3. C++ Helper by amir (v 0.1.1)
  4. Clang-Format by xaver (v 1.9.0)
  5. Debugger for Unity by Unity Technologies (v 2.7.5)
  6. GitLens - Git supercharged by Eric Amodio (v 10.2.1)
  7. Resource Monitor by mutantdino (v 1.0.7)
  8. SynthWave '84 by Robb Owen (v 0.1.5)
  9. Todo Tree by Gruntfuggly (v 0.0.176)
  10. Unreal Engine 4 Snippets by CAPTNCAPS (v 2.0.0)
  11. vscode-spotify by shyykoserhiy (v 3.1.0)

Here is my setting.json config:
image

Here is my Visual Studio Build Tools 2019 config:
Capture

Thanks for replying, look forward to hear from you soon.

@Tyriar
Copy link
Member

Tyriar commented Jun 8, 2020

Are you expecting the .cpp path to be clickable? That won't work now as it has a space in it and I'm not sure there's a nice way to detect links with spaces.

@Tyriar Tyriar added the *out-of-scope Posted issue is not in scope of VS Code label Jun 8, 2020
@Tyriar
Copy link
Member

Tyriar commented Jun 8, 2020

Also note you can turn on the new link system which is way better, see https://code.visualstudio.com/updates/v1_45#_improved-links-in-the-terminal. Path links with spaces still won't work though.

@XynanXDB
Copy link
Author

XynanXDB commented Jun 8, 2020

I can confirm it's the space in the link that breaks the ctrl-click feature. I suggest either add support for ctrl-click for terminal or make the Microsoft user name to auto omit the space in between last name and first name. I was using the Microsoft account with Xynan Lee as my name and my C:\Users{Username} was Xynan Lee which clearly broke the ctrl-click feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

3 participants
@Tyriar @XynanXDB and others