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
I have my Sketchbook folder on a NAS and my Linux computers don't always mount the folder as they shall when it starts. If I then launch Arduino IDE it tells me that the Sketchbook is lost and changes the setting for the Sketchbook folder. I think this behavior is wrong, why not just tell me the Sketchbook folder is missing and let the setting be? I can then correct the mount issue without going through the trouble of changing the settings.
The text was updated successfully, but these errors were encountered:
Hi @bphermansson ,
the IDE tends to rewrite preferences.txt way too often than needed, and this provokes other unintended behaviours (since every time a Preferences structure field is changed it tries to update the backing storage). Handling this in a saner way could be a nice (and not so demanding, if anyone in the community wants to tackle it 😉 ) task
#7879 could help too in your case (not a perfect fix for your specific problem, indeed, since it would also remove some functionalities like "recent sketches")
I have my Sketchbook folder on a NAS and my Linux computers don't always mount the folder as they shall when it starts. If I then launch Arduino IDE it tells me that the Sketchbook is lost and changes the setting for the Sketchbook folder. I think this behavior is wrong, why not just tell me the Sketchbook folder is missing and let the setting be? I can then correct the mount issue without going through the trouble of changing the settings.
The text was updated successfully, but these errors were encountered: