We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5f670 commit 09892c8Copy full SHA for 09892c8
1 file changed
src/s-core-devcontainer/.devcontainer/bazel-feature/devcontainer-feature.json
@@ -3,6 +3,9 @@
3
"id": "bazel",
4
"version": "1.0.0",
5
"description": "Bazel and supplimentary tools for working with Bazel-based projects.",
6
+ "dependsOn": {
7
+ "./s-core-local": {} // Only needed for tests
8
+ },
9
"onCreateCommand": "/devcontainer/features/bazel/on_create_command.sh",
10
"postCreateCommand": {
11
// The repos in S-CORE may use different Bazel versions. This ensures that the required version is installed.
0 commit comments