You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
13
13
"remoteEnv": {
14
14
"NXF_HOME": "/workspaces/.nextflow",
15
15
"HOST_PROJECT_PATH": "/workspaces/training"//Codespaces and local devcontainers will both work with this.
0 commit comments