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.
I've specified the json in my arduino.json file like this:
...
"output": "../build",
...
which always builds in the same location as it should. Unfortunately, when I start debugging, each time vscode does a build (verify), which is unnecessary. I can see how it's necessary if you're using the temporary directories each time, but if the directory is not temporary I would like an option to disable this behavior - but it's completely unnecessary if an output directory has been specified.