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
The text was updated successfully, but these errors were encountered:
aster94
changed the title
add "Sketches" folder to
add "Sketches" folder to vscode
Sep 3, 2018
aster94
changed the title
add "Sketches" folder to vscode
add "Sketches" folder
Sep 3, 2018
I promise that this is my last issue
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
fileexcactly 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

The text was updated successfully, but these errors were encountered: