From d3f6413b66608dcc64974cb83fc62503c73ef6ce Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Mon, 25 Nov 2024 18:04:21 +0000 Subject: [PATCH] Update devcontainer.json for new path structure --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9da17b88..0cc8c5ca 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -38,5 +38,5 @@ "onAutoForward": "openPreview" } }, - "postCreateCommand": "mkdir -p /workspace && ln -s /workspaces /workspace/gitpod" + "postCreateCommand": "mkdir -p /workspace && ln -s /workspaces/training /workspace/gitpod" }