-
Notifications
You must be signed in to change notification settings - Fork 139
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
IDE does not work if projects/
folder does not exist
#159
Comments
It would only be realistic to check for this on startup, otherwise we're adding a lot of extra CPU usage for checking every folder exists every time it is used. I don't think it's unreasonable for the IDE to expect a certain file structure and fail if it doesn't find it. But a decent error message would be nice at least. |
sure you could just issue a |
@LBDonovan I think this was fixed? |
Nope.
|
If the
projects
folder does not exist, you start the IDE and you cannot even display or load examples.The IDE log gives this sort of things (alternating between "can't find projects/basic" and "can't find projects/" :
expected behaviour: it should either print a warning or anyhow not hang (e.g.: it could create the projects folder itself).
The text was updated successfully, but these errors were encountered: