- Updated the readme to indicate that this extension has been discontinued.
- Update the extension to a modern VS Code extension config
- require VS Code runtime version
1.75.0 - remove the (buildifier based) bazel format command
- no longer use a wildcard pattern to match build filed (
BUILD.*) (@Helcaraxan) - add support for
.bzland.BUILDfile names (@damienpontifex) - add several Bazel related snippets (@damienpontifex)
- use
whichto try and locate buildifier when formatting
- add syntax highlighting for
BUILD.*files
- added formatting support
- initial version