bazelbuild / intellij

IntelliJ plugin for Bazel projects
https://ij.bazel.build/
Apache License 2.0
753 stars 297 forks source link

CcToolchainInfo.built_in_include_directories are not added to include directories #6486

Closed LeFrosch closed 2 weeks ago

LeFrosch commented 3 weeks ago

Description of the bug:

When using a custom toolchain the include directories of the toolchain are ignored. Therefore, files specific to this toolchain cannot be resolved.

Which category does this issue belong to?

No response

What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

No response

Which Intellij IDE are you using? Please provide the specific version.

No response

What programming languages and tools are you using? Please provide specific versions.

No response

What Bazel plugin version are you using?

No response

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

LeFrosch commented 2 weeks ago

After further investigation I do not think this is necessary.