Skip to content

v2024.09.24.0.2 Stable

Compare
Choose a tag to compare
@mai93 mai93 released this 15 Oct 22:48
· 2 commits to v2024.09.24 since this release
d91e97a

Bug Fixes

  • Fix auto-import exception #6753
  • Fix unrecognized options by bazel mod command #6756
  • Set go DebugConfguration working directory for tests #6748
  • fix: pass absolute paths to the Starlark Debugger #6888

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)