question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report]: PROBLEMS tab empty when build succeeds (VSC-868)

See original GitHub issue

Describe the bug A succesfull build clears all warnings from the “PROBLEMS” window, This makes finding and fixing the warnings difficult when no error is present in the code.

To Reproduce Open a project for example the “blinky” example. Declare a function prototype and nothing else, this will introduce the [-Wunused-function] warning. add static void unusedFunc(); for example

Build the project: >ESP-IDF: Build your project

Open build output (should open automatically but someone already requested this feature) to validate the warning is present. image

Check “Problems” tab, observe no warnings are listed. image

Introduce an error that stops the build, (I added “error” to end of the file, this is invalid c). Now the warning is listed together with the error inside the “PROBLEMS” tab. image

Expected behavior Always show the warnings even when the build succeeds.

Environment:

  • OS: Windows 10 64-bit
  • VSCode Version: 1.65.2
  • ESP-IDF Version: 1.4.0

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
brianignacio5commented, Jul 11, 2022

Yes the fix is not part of the 1.4.0 release. Will release a new version soon 😢

0reactions
MarkusvonStadencommented, Jul 8, 2022

I installed 1.4.0 from the Github releases Tab. Edit: I cloned the repo and built it from source from the master branch and still have this behavior.

Read more comments on GitHub >

github_iconTop Results From Across the Web

417538 – Empty Errors in Problems tab without ... - Bugs
Although it seems to be related to web.xml in some way. If I right click on the project and select "Validate" the error...
Read more >
Clear all problems in the 'Problems' pane with a button #66982
In VS Code problem model problems are owned by the one creating ... why I must reload the entire IDE to clear problems...
Read more >
Capture and read bug reports - Android Developers
A bug report contains device logs, stack traces, and other diagnostic information to help you find and fix bugs in your app.
Read more >
Report a problem with Visual Studio - Microsoft Learn
You can report a problem from either Visual Studio or its installer. The built-in Feedback Tool allows you to easily add diagnostic ...
Read more >
Platform Bug Reports - Meta for Developers - Facebook
Track current support requests and report any issues using the Facebook Platform Bug Report tool.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found