Skip to content

Commit 20f970b

Browse files
committed
add initializeCommand to prevent file not exist error
1 parent 67578e4 commit 20f970b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

devcontainer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"name": "🚢 Ship.Fail // BaaF - Bug-as-a-Feature",
55
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
66

7+
"initializeCommand": "mkdir -p '${localEnv:HOME}/.claude' '${localEnv:HOME}/.codex' '${localEnv:HOME}/.gemini' && touch '${localEnv:HOME}/.claude.json' '${localEnv:HOME}/.gitconfig'",
8+
79
"mounts": [
810
"source=${localEnv:HOME}/.claude,target=/home/vscode/.claude,type=bind,consistency=cached",
911
"source=${localEnv:HOME}/.claude.json,target=/home/vscode/.claude.json,type=bind,consistency=cached",

0 commit comments

Comments
 (0)