Brandon Adams
Brandon Adams
Rather than manually setting up my JDK in my project settings in IntelliJ, it would be nice to discover the JDK that bazel uses and configure this JDK. In particular,...
InferConfig figures out the classpath based on a few heuristics[0]. Due to the ordering (and probably popularity), pom.xml is checked before bazel's WORKSPACE. This renders bazel java projects that have...
# Hardware Overview ``` Model Name: MacBook Pro Model Identifier: MacBookPro18,2 Chip: Apple M1 Max Total Number of Cores: 10 (8 performance and 2 efficiency) Memory: 64 GB System Firmware...
[Extra debug flags](https://github.com/bazelbuild/intellij/blob/af4ee63c17ab823a2c8bb45d1d7562a65b632665/clwb/src/com/google/idea/blaze/clwb/run/BlazeCidrRunConfigurationRunner.java#L122) 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...