-
Notifications
You must be signed in to change notification settings - Fork 236
Arduino IDE Splash Screen when verifying/uploading #1490
Comments
When verifying or compiling on MacOS, I get almost identical output and the splash screen is also displayed. |
Thanks for the report @fussel132! I think the verbose output is happening because we need to update the list regexes for verbose output. I opened #1498 to fix the issue based on the log you provided. If you'd like to test it, you can uninstall the extension, then manually install it from a VSIX in this build. I don't think we have much control over whether the splash screen is shown. If it's really bothering you, you can try using the arduino-cli instead of the Arduino IDE, which should launch silently in the background. vscode-arduino/src/arduino/arduino.ts Lines 781 to 785 in 3777ed7
|
Well, if I see correctly, there's one line that points to the splash image (
However, I don't know where is this command launched from. But maybe removing this |
Yeah, I don't see the string "splash" anywhere in the vscode-arduino codebase, so I'm guessing it's passed internally to the JVM as part of the Arduino application. It looks like there are a few workarounds for Mac in this thread. |
This issue has been fixed in the latest release of this extension, which is available in the VS Code extension marketplace. |
Thank you all for the answers, really helpful! I've just updated my extension and at least that massive log output is nearly gone. I now get a similar output like mentioned by @BelKed but two times in a row:
Um maybe this could be resolved to only one time or never? As an end user I would prefer "never" to get an output similar to what you get on Windows when compiling a sketch (not these parameters just like "Loading configuration..." and so on). Or at least an option to toggle this, maybe moving it to the other log level "verbose" so that you don't see these parameters on log level "info" |
I'm almost certain that the content of
|
The error persists in MacOs! |
I've configured the extension to use arduino-cli instead of the arduino ide for compilation, upload etc... and issue is solved ofc |
Hey guys,
I've been researching that now since a while and wasn't able to find a solution for my problem. On my Mac, when I verify or upload my sketch, I get a lot of debug output that comes in hand with the Arduino IDE Splash Screen showing up while compiling. My Log Level however is set to "arduino.logLevel": "info" but I still get this mass of verbose output when compiling:
Would be cool if someone could tell me which setting I have to change in order to get rid of that output.
On my other pc I do not get that output or the Splash Screen when using VSCode to compile, so it should be a setting or parameter that unintentionally changed :/
Thanks for the help in advantage!
The text was updated successfully, but these errors were encountered: