Skip to content

Commit 7fa9a4d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"workspaceFolder": "/workspaces/training",
1212
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/training,type=bind", //This line will work in local devcontainers, but not in codespaces.
1313
"remoteEnv": {
14-
"NXF_HOME": "/workspaces/.nextflow",
15-
"HOST_PROJECT_PATH": "/workspaces/training" //Codespaces and local devcontainers will both work with this.
14+
"NXF_HOME": "/workspaces/.nextflow",
15+
"HOST_PROJECT_PATH": "/workspaces/training" //Codespaces and local devcontainers will both work with this.
1616
},
1717
"postCreateCommand": "if [ -z \"$CODESPACES\" ]; then echo \"Local Development\"; else echo \"Codespaces Development\"; fi",
1818
// Configure tool-specific properties.

0 commit comments

Comments
 (0)