-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Cannot read 1 resources #10103
Comments
@DevTester425 the notification should appear when attempting to open a resource which cannot be read (#9950), is it the case in your example? theia/packages/filesystem/src/electron-browser/file-dialog/electron-file-dialog-service.ts Lines 93 to 101 in 68dbea5
|
Same issue here on linux with version 1.2.0, I tried with a test folder containing only one text file that is rw, the notification still appears
Also the path of the problematic files should be displayed in the notification as per the code sample posted above (the It is never present in my case. Nothing in the logs (I can see info, warn and errors in the logs so I guess the problematic part is not logged or is at debug level). |
Bug Description:
When opening a folder, a notification appears: "Cannot read 1 resources:"
Steps to Reproduce:
See the video
Cannot_read_1_resources_notification_2021-09-15.mp4
Additional Information
The text was updated successfully, but these errors were encountered: