-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drag file uri error #14724
Comments
Hey @yanquer, thank you for looking into this. Do you want to provide a fix for this? Also, please provide reproduction steps for the issue this causes. |
I'm not sure it is need to edit. in windows, I set a open-new-editer event with open-uri and register a custom event with in Mac, nothing error. in windows, can get error because uri not right. |
by the way, I edit a PR, if not need , just close it |
with this PR test, |
why create uri with code
in
node_modules/@theia/core/src/browser/shell/application-shell.ts
, line 576,rather than
URI.fromFilePath
?I use the uri from
URI.fromComponents
, when I try read content use error uri likefile://d%3A%5C.text%5C1.py
withFileService
, which will convert to error path innode_modules/@theia/filesystem/src/common/remote-file-system-provider.ts
, line 472, such asIs it true? Please
The text was updated successfully, but these errors were encountered: