New behaivior showing compile errors since last pio udate

before if i clicked on the number beside PROBLEMS I got a list with meaningfull error messages and when I clicked on a line i was led to the kine in the code where the error was dedected, Now I only get these long hard readable yellow lines where the error was detected.

Howto get the old behavior.

Kind Regards

Rainer

There has been no new update.
The current version of PlatformIO is 6.1.18. This was released on March 11, 2025.

Please perform a rebuild of the IntelliSense Index:

Also cleaning the project might help:

1 Like

Thank you I will try, no Rebuild under Miscellaneous.

Did a clean some time ago, made me a lot of work, lost some libs as I remember, hat to reinstall

I have PIOARDUINO core 6.1.18 Home 3.4.4 ; do not really remember wen and why I got that. Was a recommodation in case of a problem I think.

Regards

Rainer

Then you did something wrong or your project was not setup correctly. A clean wipes previously compiled files.

You should find it on project tasks / <env-name>/ Miscellaneous

Thank you, clean works fine I had the problem with full clean

A full clean also deletes the downloaded libraries located in the .pio/build/libdeps directory of the project.

However, since the libraries are specified in platformio.ini under lib_deps, they will be downloaded again during the next build automatically. There should no further errors occur after a full clean.

Did the clean solve your problem?