[Feature Request]: Add linker (ld) failures to VS Code 'Problems' window (VSC-1492) #1315
Labels
Feature / Enhancement Request
Request for Feature/ Enhancement
ongoing
Ongoing Issue or PR, this label will be used for issue or PR which is to be excluded by stale bot
When building a project in VS Code ESP IDF Extension (v 1.8.1), any linker error is reported in the terminal. These errors are not reported in the 'Problems' list of VS Code. Users have to sift through the build log and extract linker errors. This can also confuse new users as ESP IDF will say "build failed" and the problems list will be empty.
In an ideal world, ld errors would be reported in the problems list, possibly as follows:
Notice the file name being reported as well as the line number so the entry is clickable and will open the file which references the missing linker item
The text was updated successfully, but these errors were encountered: