You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webdeb opened this issue
Jun 14, 2017
· 3 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelupstreamIssue identified as 'upstream' component related (exists outside of VS Code)verifiedVerification succeeded
Produce an URL which has a line-break inside the console (this for example could be the output of git push with the merge-request creation link, but you can simulate it by just typing an URL basically, has the same effect)
Try to click on it with CMD+Click
Expected result:
Full URL is parsed correctly
Actual result:
Only the part, which is on the 1. line is parsed as the URL
NOTE: In iTerm its working as expected
The text was updated successfully, but these errors were encountered:
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)
labels
Jun 14, 2017
I just pushed in support for this, there are currently the following known issues:
The prompt may or may not be "linkified", this depends on how the linefeed was added to the terminal. For example up to browse history may not work
Printing a long link and then reducing the width of the terminal will cause the underline to go much larger than desired. This should be fixed when reflow is implemented Reflow terminal lines when resized #23688
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelupstreamIssue identified as 'upstream' component related (exists outside of VS Code)verifiedVerification succeeded
Version 1.13.0 (1.13.0)
OSX - Sierra
Steps to Reproduce:
Full URL is parsed correctly
Only the part, which is on the 1. line is parsed as the URL
NOTE: In iTerm its working as expected
The text was updated successfully, but these errors were encountered: