Skip to content

Commit 54119e3

Browse files
committed
misc
1 parent 581e5eb commit 54119e3

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/common-utils/devcontainer-feature.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,15 @@
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
}

0 commit comments

Comments
 (0)