Kai Liu
Kai Liu
> Hi [@erinacio](https://github.com/erinacio) we just merged [#7667](https://github.com/bazelbuild/intellij/pull/7667). Could you try your project with these changes if this lands in beta (or build master if you like). This tries to work...
> Hi @erinacio, could you please upgrade the bazel version to 7.1.1 and retry ? Please let us know if you see the same issue. It failed to build one...
Could anyone explain what these `-ibazel...` options do and how I could revert this particular change from the old version to see if that's the root cause?
CLion 2024.1 was released and I updated and the behavior somehow changed. The legacy language engine refuses to work on the particular source file (http_headers_test.cc). All tokens except C++ keywords...
> @erinacio does the issue exist after non-incremental sync? The issue first happened when I cleared the CLion cache and did a full sync with 2024.03.x plugin. The issue didn't...
> @erinacio Hi, it is possible to disable the collection of the -ibazel flags during sync with this flag: > > ``` > bazel.cpp.sync.workspace.collect.include.prefix.hints.disabled > ``` > > Also I...
> My apologies for closing this too early. We provided a workaround in the related PR, you can set `bazel.sync.resolve.virtual.includes` to `false` to disable these `-ibazel` hints and use the...
> and let me add that we're trying to check if the right side a project file, then we map into the project rather than bazel cache. or to external...