- Include flags from Bazel 8.1.0
- Allow picking a specific Bazel version from the VS-Code settings
- Improvements re code-formatting / pretty-printing:
- Multiple styles (all flags on a single line; one flag per line; use line continuations to separate flags), choosable from the VS-Code setting
- Combine repeated empty lines
- Introduce the
bazelrc-lsp format
sub-command, useful for integrating formatting into CI systems - Bug fix re formatting for flags called via their abbreviations
Full Changelog: v0.2.2...v0.2.3