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
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.
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/"
The text was updated successfully, but these errors were encountered: