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
I've changed the URLs: obviously domain.foo doesn't exist, so equally obviously you'll see the same error page for both links. If you'd be using the actual domains, you'd notice that the %25 in the first link causes issues. Please consider removing your comments, so I can remove mine as well and the VS Code developers don't have to waste time reading this nonsensical discussion.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Expected:
both links work
Actual:
the link in the href attribute does not work because the first
%
is incorrectly percent-encoded (as%25
)The text was updated successfully, but these errors were encountered: