-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
I'm using two extension for my C/C++ project
- "C/C++" provide by microsoft (this one)
- "C/C++ clang command Adapter" provide by Yasuaki MITANI(the other one)
this one for debug, go-to-define...
and the other one for auto-complete and diagnostic
Since the Auto-Completion feature provide by this extension is not good enough, I must use the other one, and It's work well with setting "C_Cpp.autocomplete:DIsabled" in my config file before update (this extension) to version 0.10.4
When I update, I can still use trigger character(such as '.' '->') to get suggestion list, but the suggestion list will not appear when I type other character(Auto-Complete without trigger), and It's work well with version 0.10.3 and early version(this extension).
I have try to disable this extension, and the other one work well.
So my question is, "Can you fix this problem?" or "How can I re-install the version 0.10.3 of this extension"