Skip to content

Commit

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

0 comments on commit 54119e3

Please sign in to comment.