cvisual-studio-codemplabclangd

No language server found at path "". Language support for MPLAB projects will be unavailable


I am using the MPlab extension for VScode it has been working for very basic lines, but it always gives me this warning during startup. How do I fix this?

I have tried building more advanced projects using the ftoa function from the stdio.h library and the build fails, most likely due to this, when it works perfectly on MPlab application.

the issue I believe stems from this line in my ".vscode/settings.json" file:

"mplab.clangd.path": "",

Solution

  • I happened to have just solved this issue, this strange error seemed to appear because of one of the sub-extensions of the MPlab extension, the MPlab Clangd extension. I looked up the documentation and it said that this was an optional feature in-case of VScode for language support. So I simply disabled the warnings and the program ran smoothly from there.