add bash_history to devcontainer
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
"containerEnv": {
|
||||
"NODE_EXTRA_CA_CERTS": "/usr/local/share/ca-certificates/sophos.crt"
|
||||
},
|
||||
// Add bash_history
|
||||
"mounts": [
|
||||
"source=devcontainer-bash-history,target=/root/.bash_history,type=volume"
|
||||
],
|
||||
// Configure tool-specific properties.
|
||||
"customizations": {
|
||||
// Configure properties specific to VS Code.
|
||||
|
||||
Reference in New Issue
Block a user