I got this error message after I updated the latest vscode.
Then I can see it all the time even I close it for a thousand times.
I think I have installed all the plugin I need.
How do I fix it or disable it?
I can't disable it by commenting that part of codes.
That error is not from our extension. Can you file an issue with the clang-related extension that is causing the error?
How? I am a freshman I don't know how to do it, sorry.

Assuming the message is from the Clang Format extension, you can try asking at https://github.com/xaverh/vscode-clang-format-provider/issues . I think you need to go to that LLVM website and download the clang-format executable and then set the clang.executable path. Our C/C++ extension automatically downloads clang-format 3.8, so you could use our tool to format instead, although there are slight differences between ours and the other extension.
Download LLVM from its website, install LLVM, check "Add LLVM to system path", restart vscode. It can fix this issue.
@yuanhuihe Thanks!
@yuanhuihe hi,i think ur answer is right, but i just wonder how should i do this in the Windows env?
@nlqq The process should be the same on Windows as other OSS's, e.g. http://releases.llvm.org/6.0.0/LLVM-6.0.0-win32.exe or http://releases.llvm.org/6.0.0/LLVM-6.0.0-win64.exe .
@sean-mcmanus nice!!! thx!!!
thanks
Download LLVM from its website, install LLVM, check "Add LLVM to system path", restart vscode. It can fix this issue.
but isnt LLVM for macOS?
i am beginner so please correct me if i am wrong
also could you please explain how to solve the error for linux system example ubuntu
@cybrpnkkrtos LLVM is cross-platform: http://releases.llvm.org/download.html , but not installed on Linux by default usually.
@nlqq The process should be the same on Windows as other OSS's, e.g. http://releases.llvm.org/6.0.0/LLVM-6.0.0-win32.exe or http://releases.llvm.org/6.0.0/LLVM-6.0.0-win64.exe .
link is not working!
Most helpful comment
Download LLVM from its website, install LLVM, check "Add LLVM to system path", restart vscode. It can fix this issue.