-
Notifications
You must be signed in to change notification settings - Fork 236
Output monitor don't shows sketch memory usage #1215
Comments
You can change your Log Level in the settings under the Arduino Extension. It should be "Info" but you can change to "Verbose" - you have to search a bit, but the usage is there. |
That's true. |
@lozziboy I completely agree! We ran into this yesterday and were wondering why our compiler was not showing the normal information during a build - thought we broke something! Did not know it was an update... Hopefully, they can get this resolved as showing the usage is quite important when writing code. If we find a method, I will post here. |
Thanks for catching this bug, this likely has to do with how the IntelliSense generates the settings. Will look into this for the next release. |
Reminder: We got a new release since the last comment here |
Still missing this percent usage. |
Please 🙏 |
@adiazulay Can this be marked as a regression and moved higher up in the priority list? At the moment I'm writing my source in Code, and then going to my other monitor where I have the Arduino IDE pulled up for compiling so I can get the program space utilization. Not to be a grouch, but this has been marked as an issue for over six months. And it's not a feature request, it was the result of a breaking change. |
+1. This is a necessary feature for me and not having it is making me slowly crawl back to the Arduino IDE. |
Fix #1215 Output sketch memory usage in non-verbose mode
Thank you, @AlexIII and @benmcmorran! |
This issue has been fixed in the latest release of this extension, which is available in the VS Code extension marketplace. |
memory usage is not displayed with 0.4.11 |
Probably it's related to this issue: |
thx, English language on arduino IDE does the trick. Was in french, changed to English, restarted VSCode, et memory report is displaying. Thx you |
Yes it works, but only if IDE used. Now Ide is deprecated .... with cli the report is displayed only if verbose, but there are too much info... with info flag the report isn't displayed ... is there a solution? |
Is there any progress in resolving this issue? |
Problem still here with last version of VSC + Arduino extension using Arduino CLI and Arduino IDE in english: `Writing | ################################################## | 100% 0.14s avrdude: 848 bytes of flash written avrdude done. Thank you. IntelliSense configuration already up to date. To manually rebuild your IntelliSense configuration run "Cmd+Alt+I" |
As described in the title, after compiling the sketch, vscode output monitor don't shows sketch memory usage like in the IDE environment (below)
The text was updated successfully, but these errors were encountered: