Skip to content

Commit e48c1c0

Browse files
committed
change
1 parent d21cc08 commit e48c1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common-utils/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
"description": "Preserve shell history across dev container instances? (Currently supports bash, zsh, and fish)"
7272
}
7373
},
74-
"postCreateCommand": "export DEVCONTAINER_ID=${devcontainerId} && chmod +x /tmp/setup_history.sh && . /tmp/setup_history.sh",
74+
"postCreateCommand": "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"
7979
},
8080
{
81-
"source": "${containerWorkspaceFolder}/src/common-utils/scripts/setup_history.sh",
81+
"source": "${containerWorkspaceFolder}/scripts/setup_history.sh",
8282
"target": "/tmp/setup_history.sh",
8383
"type": "bind"
8484
}]

0 commit comments

Comments
 (0)