Skip to content

Commit c14bf4e

Browse files
authored
Update .devcontainer/devcontainer.json
1 parent 7fa9a4d commit c14bf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
1010
},
1111
"workspaceFolder": "/workspaces/training",
12-
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/training,type=bind", //This line will work in local devcontainers, but not in codespaces.
12+
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/training,type=bind", // Used for local devcontainers, ignored in Codespaces.
1313
"remoteEnv": {
1414
"NXF_HOME": "/workspaces/.nextflow",
1515
"HOST_PROJECT_PATH": "/workspaces/training" //Codespaces and local devcontainers will both work with this.

0 commit comments

Comments
 (0)