Fix path again

This commit is contained in:
Patrick 2025-01-06 17:33:36 +00:00
parent 83d1330c00
commit 2ef81a0677

View File

@ -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}"
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/content"
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},