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
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