This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Separate verbose modes for compiling/uploading #960
Open
Description
At this time, the verbose mode feature is controlled by the setting arduino.logLevel and only two values are supported at this time : info and verbose.
But in my case, I only want the compile process in verbose mode, not uploading. So I have several garbage lines at console output ...
Maybe you could add verboseOnlyOnCompile and verboseOnlyOnUpload values as we could choose what we want verbose like the checkboxes on the official Arduino IDE ?