Clangd errors when PIO started

I recently upgraded to vscode 1.26.1 and all seems to be well, however I just noticed these two errors when I start PIO. I have no idea what the first one means. I double checked my VS Code extensions and clangd is definitely installed. Everything still seems to work…

[Error - 3:29:36 pm] Starting client failed
Launching server using command clangd failed.

:-?

1 Like

You don’t need clang extension. Please remove it. Just 2 extensions: PlatformIO IDE + Microsoft C/C++.

Thanks Ivan, that fixed the error message.
:wink: Ian