Open vicvon opened 8 years ago
Yea, after update to 1.4.0 looks like totally doesnt work. On ArchLinux also
works for me, win 10 & win 7 both.
@canfoderiskii how to do it?
@vicvon I actually used config "clang.cflags", and it works for c files...I haven't try with cpp files yet.
I also find the problem.I often use this plugin in ubuntu and macOS,and I installed vscode in win10,but I find it doesn't work enve though I set 'clang.executable', 'clang.completion.enable' and 'clang.cxxflags' options in my configuration.
I am using visual studio code on windows and I only install c++clang extension and cpptools extension, but c++clang extension autocomplete does not work. I also use clang.cxxflags in configuration to specify an include directory(mingw gcc standard c++ head files)
PS: I only use 'clang.executable', 'clang.completion.enable' and 'clang.cxxflags' options in my configuration.