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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
in the arduino IDE there is a very useful "Sketches" folder where the users put its project, code snippets, recipes, etc
it can be set from the IDE preferences
and, it could be obtained from the arduino's preferences.txt file
excactly from this line: sketchbook.path=
note that this is exaclty the same path of the user's library folder
I think that adding this Sketches folder at this place in vscode would be very useful for the user who are used to have their sketches easily accesible