Remove workspaceFolder from devcontainer.json

Removed workspaceFolder configuration.
This commit is contained in:
Kroese 2025-11-14 06:31:55 +01:00 committed by GitHub
parent f3fde5ee10
commit d25acabfc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,5 @@
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/macos",
"initializeCommand": "docker system prune --all --force"
}