Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bazel Dev Container Feature

💚 Installs Bazelisk and Buildifier

Install Bazelisk and Buildifier.

Usage

// devcontainer.json
"features": {
  "ghcr.io/devcontainers-community/features/bazel": {}
}

❓ Don't know what this ☝ means? Check out this VS Code blog post.

Options

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"
  }
}

About

💚 Installs Bazelisk and Buildifier

Topics

Resources

Code of conduct

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages