We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67578e4 commit 20f970bCopy full SHA for 20f970b
1 file changed
devcontainer.json
@@ -4,6 +4,8 @@
4
"name": "🚢 Ship.Fail // BaaF - Bug-as-a-Feature",
5
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
6
7
+ "initializeCommand": "mkdir -p '${localEnv:HOME}/.claude' '${localEnv:HOME}/.codex' '${localEnv:HOME}/.gemini' && touch '${localEnv:HOME}/.claude.json' '${localEnv:HOME}/.gitconfig'",
8
+
9
"mounts": [
10
"source=${localEnv:HOME}/.claude,target=/home/vscode/.claude,type=bind,consistency=cached",
11
"source=${localEnv:HOME}/.claude.json,target=/home/vscode/.claude.json,type=bind,consistency=cached",
0 commit comments