Skip to content

Commit

Permalink
feat(persist-shell-history): add workspace folder name to volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
ckagerer committed Mar 30, 2024
1 parent 8b9fc5f commit 8e4f843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persist-shell-history/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"mounts": [
{
"source": "devcontainer-persist-shell-history-${devcontainerId}",
"source": "devcontainer-${localWorkspaceFolderBasename}-persist-shell-history-${devcontainerId}",
"target": "/.persist-shell-history",
"type": "volume"
}
Expand Down

0 comments on commit 8e4f843

Please sign in to comment.