Skip to content

Commit 5bbeb13

Browse files
committed
See what happens if I reintroduce the variable to devcontainer config
1 parent 4fa5f08 commit 5bbeb13

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
@@ -8,7 +8,7 @@
88
"features": {
99
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
1010
},
11-
"workspaceFolder": "/workspaces/training/",
11+
"workspaceFolder": "${localWorkspaceFolder}",
1212
"workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind",
1313
"remoteEnv": {
1414
"NXF_HOME": "/workspaces/.nextflow",

0 commit comments

Comments
 (0)