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
write our own
To handle various URI-related tasks.
Motivation
#403 (with work on #406) demonstrated how easy it is to mess up URIs vs ContentsManager paths (which are not URI-encoded). We have a fair amount of places where we do string manipulation on URIs, which is almost never safe.
Design Ideas
https://github.com/microsoft/vscode-uri is already a dependency, by way of the some of the upstream stuff we use... it may not be getting shipped to the browser, but very probably is
Elevator Pitch
We should
To handle various URI-related tasks.
Motivation
#403 (with work on #406) demonstrated how easy it is to mess up URIs vs
ContentsManager
paths (which are not URI-encoded). We have a fair amount of places where we do string manipulation on URIs, which is almost never safe.Design Ideas
ContentsManager
pathsThe text was updated successfully, but these errors were encountered: