From 69b0e5f7de24cc9c737b856a69d410ea8d4b75b1 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Thu, 13 Feb 2025 15:43:17 +0100 Subject: [PATCH 1/5] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9da17b88f..9e5162567 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,8 +8,8 @@ "features": { "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {} }, - "workspaceFolder": "${localWorkspaceFolder}", - "workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind", + "workspaceFolder": "/workspaces/training/hello-nextflow/", + "workspaceMount": "source=/workspaces/training/hello-nextflow/,target=/workspaces/training/hello-nextflow/,type=bind", "remoteEnv": { "NXF_HOME": "/workspaces/.nextflow", "HOST_PROJECT_PATH": "${localWorkspaceFolder}" From f2d20226155913d43e84770bea8555c73a99a67d Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Thu, 13 Feb 2025 15:52:54 +0100 Subject: [PATCH 2/5] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9e5162567..534d99275 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,7 @@ "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {} }, "workspaceFolder": "/workspaces/training/hello-nextflow/", - "workspaceMount": "source=/workspaces/training/hello-nextflow/,target=/workspaces/training/hello-nextflow/,type=bind", + "workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind", "remoteEnv": { "NXF_HOME": "/workspaces/.nextflow", "HOST_PROJECT_PATH": "${localWorkspaceFolder}" From a10387d3c5ebd78f96c69da6f404a7b2c8f21114 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Thu, 13 Feb 2025 15:58:50 +0100 Subject: [PATCH 3/5] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 534d99275..add552f1e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "features": { "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {} }, - "workspaceFolder": "/workspaces/training/hello-nextflow/", + "workspaceFolder": "/workspaces/nextflow-io_training/hello-nextflow/", "workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind", "remoteEnv": { "NXF_HOME": "/workspaces/.nextflow", From 4c4307995495b5b5afb1cd7890550b4b409d20de Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Thu, 13 Feb 2025 15:59:51 +0100 Subject: [PATCH 4/5] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index add552f1e..534d99275 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "features": { "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {} }, - "workspaceFolder": "/workspaces/nextflow-io_training/hello-nextflow/", + "workspaceFolder": "/workspaces/training/hello-nextflow/", "workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind", "remoteEnv": { "NXF_HOME": "/workspaces/.nextflow", From af5a459e771945b10d1730efd85bb546dba18134 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Mon, 17 Feb 2025 16:49:09 +0100 Subject: [PATCH 5/5] Update .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 534d99275..255c995fb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "features": { "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {} }, - "workspaceFolder": "/workspaces/training/hello-nextflow/", + "workspaceFolder": "/workspaces/training/", "workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind", "remoteEnv": { "NXF_HOME": "/workspaces/.nextflow",