Skip to content

Commit 09892c8

Browse files
committed
proper dependencies
1 parent dc5f670 commit 09892c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/s-core-devcontainer/.devcontainer/bazel-feature/devcontainer-feature.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"id": "bazel",
44
"version": "1.0.0",
55
"description": "Bazel and supplimentary tools for working with Bazel-based projects.",
6+
"dependsOn": {
7+
"./s-core-local": {} // Only needed for tests
8+
},
69
"onCreateCommand": "/devcontainer/features/bazel/on_create_command.sh",
710
"postCreateCommand": {
811
// The repos in S-CORE may use different Bazel versions. This ensures that the required version is installed.

0 commit comments

Comments
 (0)