Releases: salesforce-misc/bazelrc-lsp
Releases · salesforce-misc/bazelrc-lsp
0.2.3
- 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
0.2.2
0.2.1
- Support loading flag metadata from an installed Bazel version, if a path is provided via the
BAZELRC_LSP_RUN_BAZEL_PATH
environment variable - Parse version strings of forked Bazel versions from
.bazelversion
successfully
0.2.0
- Support all Bazel versions between 7.0 and the current rolling release
- Auto-detect used Bazel version from
.bazeliskrc
and.bazelversion
- Fix misleading deprecation message for
--watchfs
NOTE: Unfortunately, the release artifacts are misnamed as 0.1.2. They are version 0.2.0, just the version number is wrong.
0.1.2
0.1.1
0.1.0
Initial release