fix: explicitly tell uv to copy when using devcontainer (#32267)

This commit is contained in:
Mason Daugherty 2025-07-28 00:01:06 -04:00 committed by GitHub
parent caf1919217
commit ed682ae62d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,9 @@
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"containerEnv": {
"UV_LINK_MODE": "copy"
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Run commands after the container is created