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

Clickable multiline urls in terminal has been regressed? #61708

Closed
raldred opened this issue Oct 24, 2018 · 7 comments
Closed

Clickable multiline urls in terminal has been regressed? #61708

raldred opened this issue Oct 24, 2018 · 7 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *not-reproducible Issue cannot be reproduced by VS Code Team member as described terminal General terminal issues that don't fall under another label upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-fixed The underlying upstream issue has been fixed upstream-issue-linked This is an upstream issue that has been reported upstream
Milestone

Comments

@raldred
Copy link

raldred commented Oct 24, 2018

Issue Type: Bug

Urls are converted to clickable links in the terminal, I'm sure it was working fine until 1.28.2.
I know there's an issue when a window is resized but this is a fresh window that has not been resized.

https://www.dropbox.com/s/uk4b38a8xwr3iq5/Screenshot%202018-10-24%2012.50.59.png?dl=0

VS Code version: Code 1.28.2 (7f3ce96, 2018-10-17T00:18:43.347Z)
OS version: Darwin x64 16.7.0

System Info
Item Value
CPUs Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz (8 x 2800)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 3, 3, 3
Memory (System) 16.00GB (0.70GB free)
Process Argv -psn_0_6911639
Screen Reader no
VM 0%
Extensions (23)
Extension Author (truncated) Version
project-manager ale 9.0.1
vscode-color ans 0.4.5
htmltagwrap bra 0.0.7
better-toml bun 0.3.2
solargraph cas 0.17.6
vscode-quick-select dba 0.2.7
gitlens eam 8.5.6
rspec-snippets kar 0.0.3
dotenv mik 1.0.1
vscode-scss mrm 0.7.0
python ms- 2018.9.1
azure-account ms- 0.4.3
Go ms- 0.6.93
vsliveshare ms- 0.3.869
debugger-for-chrome msj 4.10.2
rails-run-spec-vscode nok 0.1.2
vscode-docker Pet 0.3.1
heroku-command pko 0.0.8
vscode-css-peek pra 2.1.0
ruby reb 0.20.0
sass-indented rob 1.4.9
Align ste 0.2.0
vscode-import-cost wix 2.9.0
@raldred raldred changed the title Clickable multiline urls in terminal have been regressed Clickable multiline urls in terminal has been regressed Oct 24, 2018
@vscodebot vscodebot bot added the terminal General terminal issues that don't fall under another label label Oct 24, 2018
@raldred raldred changed the title Clickable multiline urls in terminal has been regressed Clickable multiline urls in terminal has been regressed? Oct 24, 2018
@Tyriar
Copy link
Member

Tyriar commented Oct 24, 2018

It looks like you have increased the horizontal size of the window? If that is the case this is expected. Can you provide some complete repro sets that I could try?

@Tyriar Tyriar added the info-needed Issue requires more information from poster label Oct 24, 2018
@jerch
Copy link

jerch commented Oct 24, 2018

@Tyriar, @raldred Horizontally enlarging will break the current linkifier match as it inserts spaces. This is unlikely to be fixable until we got reflow support in the terminal.

@raldred
Copy link
Author

raldred commented Oct 25, 2018

@jerch @Tyriar
I have made a screen cap, it's definitely not working with a fresh window launch from Terminal.app.
The window is not resized.
https://www.dropbox.com/s/5iw6ry8h4f00qon/terminal-clickable-links.mov?dl=0

@jerch
Copy link

jerch commented Oct 25, 2018

@raldred Thx, I can repro it with lines in the viewport when the terminal was bigger before.

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug upstream Issue identified as 'upstream' component related (exists outside of VS Code) and removed info-needed Issue requires more information from poster labels Oct 25, 2018
@Tyriar Tyriar modified the milestones: October 2018, November 2018 Oct 25, 2018
@Tyriar Tyriar modified the milestones: November 2018, December 2018 Dec 3, 2018
@Tyriar Tyriar modified the milestones: February 2019, Backlog Feb 26, 2019
@Tyriar Tyriar modified the milestones: Backlog, October 2019 Oct 8, 2019
@Tyriar
Copy link
Member

Tyriar commented Oct 10, 2019

Upstream issue: xtermjs/xterm.js#2115

@Tyriar Tyriar added the upstream-issue-linked This is an upstream issue that has been reported upstream label Oct 10, 2019
@Tyriar Tyriar modified the milestones: October 2019, Backlog Oct 29, 2019
@Tyriar Tyriar added the upstream-issue-fixed The underlying upstream issue has been fixed label Jul 16, 2021
@Tyriar
Copy link
Member

Tyriar commented Jul 16, 2021

Seems fixed

@Tyriar Tyriar added the *not-reproducible Issue cannot be reproduced by VS Code Team member as described label Jul 16, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Aug 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *not-reproducible Issue cannot be reproduced by VS Code Team member as described terminal General terminal issues that don't fall under another label upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-fixed The underlying upstream issue has been fixed upstream-issue-linked This is an upstream issue that has been reported upstream
Projects
None yet
Development

No branches or pull requests

4 participants
@raldred @Tyriar @jerch and others