We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46923f5 commit aed8884Copy full SHA for aed8884
.devcontainer/alt_container_docker_on_windows/devcontainer.json
@@ -0,0 +1,5 @@
1
+{
2
+ "name": "eclipse-s-core-docker-on-windows",
3
+ "image": "ghcr.io/eclipse-score/devcontainer:latest",
4
+ "initializeCommand": "IF not exist ${localEnv:HOME}\\.cache\\bazel ( mkdir ${localEnv:HOME}\\.cache\\bazel )"
5
+}
.devcontainer/devcontainer.json
+ "name": "eclipse-s-core",
+ "initializeCommand": "mkdir -p ${localEnv:HOME}/.cache/bazel"
0 commit comments