Skip to content

Releases: salesforce-misc/bazelrc-lsp

0.2.3

13 Feb 23:26
Compare
Choose a tag to compare
  • 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

05 Feb 23:24
Compare
Choose a tag to compare
  • Fix version auto-detection if both .bazelversion and .bazeliskrc are present (#7)
  • Add basic command line support, including --bazel-version and --bazel-path arguments

0.2.1

05 Feb 19:25
Compare
Choose a tag to compare
  • 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

01 Feb 13:21
Compare
Choose a tag to compare
  • 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

21 Sep 09:09
Compare
Choose a tag to compare

feat: add go-to-definition for imports (#3)

0.1.1

25 Aug 23:18
Compare
Choose a tag to compare
  • Support space between flag and value (#1)

0.1.0

11 Jun 18:22
Compare
Choose a tag to compare

Initial release