File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
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" : " set -x && ls -la ${containerWorkspaceFolder} && export DEVCONTAINER_ID=${devcontainerId} && chmod +x /tmp/setup_history.sh && . /tmp/setup_history.sh" ,
74+ "postCreateCommand" : " 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- // {
82- // "source": "${containerWorkspaceFolder}/scripts/setup_history.sh",
83- // "target": "/tmp/setup_history.sh",
84- // "type": "bind"
85- // }
86- ]
79+ },
80+ {
81+ "source" : " ${containerWorkspaceFolder}/scripts/setup_history.sh" ,
82+ "target" : " /tmp/setup_history.sh" ,
83+ "type" : " bind"
84+ }]
8785}
You can’t perform that action at this time.
0 commit comments