1
0
mirror of synced 2026-01-04 00:06:20 -05:00

Merge pull request #51735 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-07-22 05:38:11 -07:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ If you want to preserve files outside the `/workspaces` directory over a rebuild
```json
{
"image": "mcr.microsoft.com/devcontainers/base:alpine",
"postCreateCommand": ".devcontainer/postCreate.sh"
"postCreateCommand": "chmod +x .devcontainer/postCreate.sh && .devcontainer/postCreate.sh"
}
```