-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Relative Links are not clickable in Terminal #87892
Comments
/needsMoreInfo Can you provide examples of paths that are not clickable? |
Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue. Happy Coding! |
I'm pretty sure this is a regression. The link below ( VS Code DetailsVersion: 1.41.1 |
Still work fine for me in the terminal, it's probably related to the cwd of the terminals. |
@sharadgupta-north tasks doesn't do anything special for clickable links in the terminal, it just relies on the terminal link detection. If you run the same command that your task runs manually in the terminal, are the links clickable? |
No they are not. |
The I suppose tasks could create a new terminal link matcher based on the problem matcher, but right now that's out of scope. |
We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
That was me just trying to fix my problem not the expected solution. |
Relative links that are relative to the terminal's cwd should be clickable. @Tyriar please correct me if I'm wrong! |
This is correct that it has to be relative to the cwd that the terminal started in. However, paths must start with |
@Tyriar thanks for the clarification! |
Issue Type: Bug
Building using gcc and none of the relative links are clickable in the Terminal. Absolute links work.
Tried setting "fileLocation": [ "relative", "${workspaceFolder}/out/build"], and still no luck.
Tried possible solutions in #58256 but no luck.
VS Code version: Code 1.41.1 (26076a4, 2019-12-18T15:04:31.999Z)
OS version: Linux x64 5.0.0-37-generic
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: disabled_software
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: unavailable_off
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
Extensions (15)
The text was updated successfully, but these errors were encountered: