mitaki28 / vscode-clang

Completion and Diagnostic for C/C++/Objective-C using Clang
MIT License
128 stars 24 forks source link

clan.executable #70

Open henriquesqs opened 6 years ago

henriquesqs commented 6 years ago

Hey there, I'm receiving this error from clang extension:

Please install clang or check configuration clang.executable

The configuration note tells me to open user settings and check clang.executable but I'm afraid I don't know what to do here

image

Can you please help me? I can share you more informations as you need.

Paul314159 commented 6 years ago

I've used this clang plugin for the past week without problems, but today I started getting this same error in vscode-clang... The unusual thing is, when I open VSCode, I can build my project once... after a successful build, this "Please install clang or check configuration" pops up and I cannot build the same project again unless I exit vscode and restart.... Not sure what the problem is..

Update -- Problem was on my end. I had clang installed, but re-checked and it was gone. I simply reinstalled clang and all is good..