feat: Configure devcontainer with /tmp volume mount, vscode remote user, and post-start script updates. (#29986)

This commit is contained in:
GuanMu
2025-12-22 20:08:04 +08:00
committed by GitHub
parent 585fd1fae0
commit 4d8223d517
2 changed files with 5 additions and 7 deletions
+1
View File
@@ -1,6 +1,7 @@
#!/bin/bash
WORKSPACE_ROOT=$(pwd)
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
corepack enable
cd web && pnpm install
pipx install uv