Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 09 Dec 22:38
b88fcb6

0.13.0 (2025-12-09)

Features

  • codelens: Show picker for multiple targets (#477) (7aa2304)
  • codelens: Sort Bazel build targets by name length in codelens (#464) (3c48c7a)
  • navigation: Add 'Copy Label To Clipboard' to command palette (#467) (edbdffc)
  • navigation: Add "Go to BUILD file" command (66f699c)
  • navigation: Add "Go to Label" command (bc2abea)
  • quickpick: Introduce dynamic quickpick for targets/packages. (#465) (b00a658)
  • workspace-tree: sync open editor with workspace tree (#461) (4c7438e)

Bug Fixes

  • buildifier: specify --lint=off in case buildifer config has different value (#483) (d488d74)
  • buildifier: Support linting & formatting MODULE.bazel files (#487) (babb1f6), closes #471
  • quickpick: improve loading state management in dynamic quickpick (67bbd95)
  • quickpick: Respect config settings for inital query scope. (#488) (c97d158)
  • Use "go to" instead of "jump" (#468) (30bf975)