Skip to content

Commit 10747ff

Browse files
committed
check root folder
1 parent e48c1c0 commit 10747ff

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/common-utils/devcontainer-feature.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,17 @@
7171
"description": "Preserve shell history across dev container instances? (Currently supports bash, zsh, and fish)"
7272
}
7373
},
74-
"postCreateCommand": "ls -la ${containerWorkspaceFolder} && export DEVCONTAINER_ID=${devcontainerId} && chmod +x /tmp/setup_history.sh && . /tmp/setup_history.sh",
74+
"postCreateCommand": "set -x && ls -la ${containerWorkspaceFolder} && export DEVCONTAINER_ID=${devcontainerId} && chmod +x /tmp/setup_history.sh && . /tmp/setup_history.sh",
7575
"mounts": [{
7676
"source": "devcontainers",
7777
"target": "/devcontainers",
7878
"type": "volume"
79-
},
80-
{
81-
"source": "${containerWorkspaceFolder}/scripts/setup_history.sh",
82-
"target": "/tmp/setup_history.sh",
83-
"type": "bind"
84-
}]
79+
}
80+
// ,
81+
// {
82+
// "source": "${containerWorkspaceFolder}/scripts/setup_history.sh",
83+
// "target": "/tmp/setup_history.sh",
84+
// "type": "bind"
85+
// }
86+
]
8587
}

0 commit comments

Comments
 (0)