Evgenii Novozhilov
Evgenii Novozhilov
@erinacio the `-ibazel` feature was added to the old engine (to be precise to clangd, and clangd is not used for navigation when resharper engine is enabled). This is caused...
@erinacio does the issue exist after non-incremental sync?
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 old...
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 if...
@LeFrosch I'd proceed with the 1st option, wdyt?
Indeed since `gdbserver` is a default run type for linux I'd appreciate to see its support. Though I'm unsure if we should `cd` in `run_under` as I'd expect it to...
@LeFrosch did you verify the change in the behavior with reported watchroots?
The key issue here is that plugin implicitly adds bazel flags that requires recompilation of whole project when debug action is performed, see https://github.com/bazelbuild/intellij/blob/1cfaf569db0e3f044edc74c0469a3418908b9040/clwb/src/com/google/idea/blaze/clwb/run/BlazeCidrRunConfigurationRunner.java#L102. Technically this should be addressed on...
~~Probably will be fixed in #7611~~ No won't because loads were removed from aspects