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

URL hyperlinking in console doesn't link full URL #2045

Closed
NizamLZ opened this issue May 8, 2019 · 0 comments · Fixed by #2046
Closed

URL hyperlinking in console doesn't link full URL #2045

NizamLZ opened this issue May 8, 2019 · 0 comments · Fixed by #2046
Labels
area/links type/bug Something is misbehaving
Milestone

Comments

@NizamLZ
Copy link
Contributor

NizamLZ commented May 8, 2019

Issue first reported in vscode repository here

In the console, when a URL is displayed, you can ctrl/cmd click on it to open the link. However if the url contains a '+' character, it will stop parsing the URL at that point.

e.g.:

"http://foo.com/subpath/+/id"

in this case, the URL that will be clickable is only:

"http://foo.com/subpath/"

image

@Tyriar Tyriar added this to the 3.14.0 milestone May 9, 2019
@Tyriar Tyriar added area/links type/bug Something is misbehaving labels May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/links type/bug Something is misbehaving
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants