Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 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