From 01947fb56b73fa0913c27f3cf25daba10e2d333a Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 6 Jan 2025 17:42:28 +0000 Subject: [PATCH] Fix paths again --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f79dca07..dbe8cb18 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ // Update the 'dockerComposeFile' list if you have more compose files or use different names. // The .devcontainer/docker-compose.yml file contains any overrides you need/want to make. "dockerComposeFile": [ - "/workspaces/${localWorkspaceFolderBasename}/docker-compose.yml" + "/workspaces/${localWorkspaceFolderBasename}/.devcontainer/docker-compose.yml" ], // The 'service' property is the name of the service for the container that VS Code should