-
Notifications
You must be signed in to change notification settings - Fork 236
how to config compiler warning level #1508
Comments
thanks a lot, it works now. |
Does this should still works?
Also output say: "Please see the build logs in output path: f:\Dokumenty\Arduino\ArduinoOutput" I see that CLI has option |
At least not for me, and it's clear why not, you already explained it: It would be really cool if vscode-arduino would expose the same config option in the main config, otherwise it's impossible to append this CLI option to the internal arduino CLI invocations. |
Hello,

I'm looking for the setting to change the compiler warning level, equivalent config in preferences window of arduino ide (attached image)
I've already tried #1392 but it doesn't worked for me, that kept adding -w parameter and ignoring the -Wall parameter.
I Prefer to set this setting to "Default", does it means that I just need to remove -w parameter, right? how can I do that?
The text was updated successfully, but these errors were encountered: