Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed Nov 5, 2024
1 parent dd34103 commit ba649cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
"description": "Preserve shell history across dev container instances? (Currently supports bash, zsh, and fish)"
}
},
"postCreateCommand": "export DEVCONTAINER_ID=${devcontainerId} && chmod +x /tmp/setup_history.sh && . /tmp/setup_history.sh",
"postCreateCommand": "ls -la ${localWorkspaceFolder} && export DEVCONTAINER_ID=${devcontainerId} && chmod +x /tmp/setup_history.sh && . /tmp/setup_history.sh",
"mounts": [{
"source": "devcontainers",
"target": "/devcontainers",
"type": "volume"
},
{
"source": "${containerWorkspaceFolder}/src/common-utils/scripts/setup_history.sh",
"source": "${localWorkspaceFolder}/src/common-utils/scripts/setup_history.sh",
"target": "/tmp/setup_history.sh",
"type": "bind"
}]
Expand Down

0 comments on commit ba649cf

Please sign in to comment.