Problems tab gets cleared after build is finished (VSC-1517) #1339
Labels
bug-report
Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue)
duplicate
This issue or pull request already exists
OS
Windows
Operating System version
Windows 11 24H2 26100.2161 running WSL2 Ubuntu 22
Visual Studio Code version
1.95.1
ESP-IDF version
5.3.1
Python version
3.10.12 (included with ESP-IDF)
Doctor command output
doctor.txt
Extension
No response
Description
During the build process any errors & warnings emitted by compiler are shown on the Problems tab in VSCode
Here you can see the the build task log while it is still in progress (compilation finished, but linker is still running)
Then the build is completed successfully and size task is run. After that it switches to the Output tab displaying the "Build complete" message. Somewhere here (rather when it switches to Output, but it's hard to catch) - the Problems tab gets cleared and all warnings / errors are lost:
Same happens for "Build, Flash & Monitor" flow.
It does not happen if the build fails, i.e. Problems tab contains the errors emitted by compiler here:
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: