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
When using Multi Root Workspaces, meaning I have many Arduino folders in the same Workspace, the "Arduino.json" is configured only on the top most folder in the ui!
Also, only the first one in the list is read, so that changing between ".ino"s doesn't change the configuration to each "Arduino.json", meaning I have to be manually changing the Board type and Sketch all the time when switching between multiple Arduino Projects.
Changing the order of the Added Workspace Folders magically makes the plugin read the "Arduino.json" of the first one, so that's an impressively cumbersome workaround.
It would be awesome to automate this so that the plugin works properly when using Multi-Root / Multiple Project workspaces and that the settings change happens automatically.
For instance by linking a Sketch to a pair of settings. This could apply to multiple Sketches and be documented in the same way in an arduino.json with multiple entries for each sketch/settings pair.
The text was updated successfully, but these errors were encountered:
I think it would be much better if the configuration like "board type", "programmer", "sketch", "baud rate", "port", etc, were stored in Folder Settings instead of the Workspace or globally. This would allow for much quicker work and less time wasted on changing settings. That would be the whole point of the extension IMHO...
Otherwise if I have to run every code on a separate window there is no benefit compared to using arduino IDE...
This, but per folder and project, not workspace...
When using Multi Root Workspaces, meaning I have many Arduino folders in the same Workspace, the "Arduino.json" is configured only on the top most folder in the ui!
Also, only the first one in the list is read, so that changing between ".ino"s doesn't change the configuration to each "Arduino.json", meaning I have to be manually changing the Board type and Sketch all the time when switching between multiple Arduino Projects.
Changing the order of the Added Workspace Folders magically makes the plugin read the "Arduino.json" of the first one, so that's an impressively cumbersome workaround.
It would be awesome to automate this so that the plugin works properly when using Multi-Root / Multiple Project workspaces and that the settings change happens automatically.
For instance by linking a Sketch to a pair of settings. This could apply to multiple Sketches and be documented in the same way in an arduino.json with multiple entries for each sketch/settings pair.
The text was updated successfully, but these errors were encountered: