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 am unable to open files that have special characters in their file name (like !#$%&'()+,-.0123456789;=@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{}~ or test_utf_8_🧿) that I use during testing.
I think that the problem is that URIs are not properly encoded and then decoded in places like
I am unable to open files that have special characters in their file name (like
!#$%&'()+,-.0123456789;=@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{}~
ortest_utf_8_🧿
) that I use during testing.I think that the problem is that URIs are not properly encoded and then decoded in places like
vscode-test-web/fs-provider/src/fsExtensionMain.ts
Line 112 in 3f0f858
and
vscode-test-web/src/server/mounts.ts
Line 35 in 3f0f858
The text was updated successfully, but these errors were encountered: