bazelbuild / intellij

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

Provide advanced option to disable extra debug flags #4113

Open emidln-imc opened 1 year ago

emidln-imc commented 1 year ago

Extra debug flags can cause rebuilds due to flag changes between CLion and bazel. It would be handy for an advanced (default off) registry setting or experiment to turn off these extra flags for users who handle flags via .bazelrc configs.

keith commented 2 months ago

seems like this was fixed by https://github.com/bazelbuild/intellij/pull/4913 with bazel.clwb.debug.extraflags.disabled set in the registry with https://stackoverflow.com/a/28419108/902968

It would be great if this were in the plugin settings UI

tpasternak commented 1 month ago

@keith yeah, either in settings or in the projectview file (even better because it's project-specifc). Would you be interested in contributing? Personally I don't have capacity to work on it