Skip to content

v2024.09.24-RC-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@satyanandak satyanandak released this 26 Sep 04:03
· 5 commits to v2024.09.24 since this release

Bug Fixes

  • Fix auto-import exception #6753
  • Fix unrecognized options by bazel mod command #6756
  • Set go DebugConfguration working directory for tests #6748

Features

  • CLion add support for additional_compiler_inputs #6774
  • Added completion support for external targets from modules. Needs --incompatible_use_plus_in_repo_names set (defaults to true in bazel 8.0+) to work optimally. (credits: @mtoader)