This repository was archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 236
Enable all warnings #1392
Comments
Tried in 0.4.8 Before:
After I add
You can find that the second output has |
@AlexIII How do you actually compile the sketch? The only option I get is to "Verify" it. |
Verify runs compilation. In order to see full compile process output create
|
Since it looks like you got this working in the output pane, I'm going to go ahead and close this issue as a duplicate of #1376. We'll need to change the extension to either use VS Code's task system or do additional parsing of the compiler output to support the problems pane. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can
-Wall
and-Wextra
be added so that the verify step shows these warnings in the "problems" panel in vs code? I tried settingbuildPreferences
to this but it doesn't seem to have any effect on the output:The text was updated successfully, but these errors were encountered: