We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2716ab8 commit 47a2245Copy full SHA for 47a2245
.devcontainer/devcontainer.json
@@ -69,6 +69,8 @@
69
}
70
},
71
"mounts": [
72
+ // Add a volume for the Coder home directory to persist shell history,
73
+ // and speed up dotfiles init and/or personalization.
74
"source=coder-coder-devcontainer-home,target=/home/coder",
75
// Mount the entire home because conditional mounts are not supported.
76
// See: https://github.com/devcontainers/spec/issues/132
0 commit comments