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'm serving vscode web resources with a base path that contains : and @ characters which are valid characters in the path but they get percent enconded making the url invalid.
Steps to Reproduce:
I'm serving vscode web resources with a base path that contains
:and@characters which are valid characters in the path but they get percent enconded making the url invalid.