File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments