Fix paths again

This commit is contained in:
Patrick 2025-01-06 17:39:22 +00:00
parent 648518798e
commit 8524aab091

View File

@ -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": [
"docker-compose.yml"
"/content/docker-compose.yml"
],
// The 'service' property is the name of the service for the container that VS Code should
@ -15,7 +15,7 @@
// The optional 'workspaceFolder' property is the path VS Code should open by default when
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/content"
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}"
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},