[Bug]: Workspace URI parsing and construction should use server OS's path separator, not browser host OS's #6141
Labels
bug
Something isn't working
os-windows
Windows related
triage
This issue needs to be triaged by a maintainer
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.11.0 with Code 1.76.1Steps to Reproduce
Note that I use
uri
instead ofpath
so I can provide a URI. In my real use case, I have a virtual workspace with a custom URI scheme so I cannot usepath
.Expected
file://
scheme, folders should be able to open."file.js"
, not"\home\some\path\to\folder\file.js"
)Actual
file://
scheme URI has "Unable to resolve" errorLogs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
The text was updated successfully, but these errors were encountered: