bazelisk icon indicating copy to clipboard operation
bazelisk copied to clipboard

Support adding bazel to VSCode dev container

Open eburnette opened this issue 3 years ago • 0 comments

Many common utilities like go and git can be installed in a dev container using this syntax in your devcontainer.json file:

	"features": {
		"docker-from-docker": "latest",
		"git": "latest",
		"github-cli": "latest"
        }

This is a request to support a feature for bazel by adding a line like this:

		"bazel": "latest"

Doc on devcontainer.json: https://code.visualstudio.com/docs/remote/devcontainerjson-reference Place where you'd define a bazel script: https://github.com/microsoft/vscode-dev-containers/tree/main/script-library

eburnette avatar Mar 25 '22 19:03 eburnette