💚 Installs Bazelisk and Buildifier
Install Bazelisk and Buildifier.
❓ Don't know what this ☝ means? Check out this VS Code blog post.
You can specify a bazelisk_version and a buildifier_version to pin each of the tools like this:
// devcontainer.json
"features": {
"ghcr.io/devcontainers-community/features/bazel": {
"bazelisk_version": "1.17.0",
"buildifier_version": "6.1.2"
}
}