Skip to content

Commit

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

0 comments on commit 50ff6d2

Please sign in to comment.