Igor Bogoslavskyi
Igor Bogoslavskyi
 Here is an overview of what got changed by this pull request: ```diff Clones added ============ - plugin/completion/compiler_variant.py 2 ``` See the complete overview on [Codacy](https://app.codacy.com/manual/zabugr/EasyClangComplete/pullRequest?prid=5465470&bid=17914061)
Thanks for the PR. I will have look as soon as I find some time. In the meanwhile, could you maybe have a look if the setting "ignore_flags" helps you...
I'm really sorry that I completely forgot about this PR. Is it still relevant after nearly a year? :scream:
Ok, the only weird thing I see is this: ``` [ECC:DEBUG]:[flag.py]:[indicates_flag]:[Thread-8]: '@CMakeFiles/common.dir/includes_CXX.rsp' doesn't start with any valid flag prefix: ['-', '/'] ``` which points me to this: is there something...
Sorry for the long silence. Looking at the compile commands file, I don't understand where the flags that start with `@` come from in it. Is it a windows-related thing...
Ok, after some googling, it seems it is a workaround on CMake side to avoid too many command flags on Windows. It packs them into the response files and then...
That is really strange. The panel should be hidden (and stay hidden) if the build succeeded. It only shows up if the build has failed. :thinking:
@lynnporu do you by any chance have a reproducible example of this? Like a small project that I could use?
Got it. Did you run the `ECC: clean cmake cache` command by any change in your project? Or just reboot the machine (or clean your temporary folder) which will clean...
I was not the one who implemented the support for `c_cpp_properties.json`, so if you think it can work better, I am happy to have a look at a PR and...