Update .devcontainer/devcontainer.json
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
"NODE_EXTRA_CA_CERTS": "/usr/local/share/ca-certificates/sophos.crt"
|
"NODE_EXTRA_CA_CERTS": "/usr/local/share/ca-certificates/sophos.crt"
|
||||||
},
|
},
|
||||||
// Add bash_history
|
// Add bash_history
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"source=devcontainer-bash-history,target=/home/node/.bash_history,type=volume"
|
"source=projectname-bashhistory,target=/commandhistory,type=volume"
|
||||||
],
|
],
|
||||||
// Configure tool-specific properties.
|
// Configure tool-specific properties.
|
||||||
"customizations": {
|
"customizations": {
|
||||||
// Configure properties specific to VS Code.
|
// Configure properties specific to VS Code.
|
||||||
|
|||||||
Reference in New Issue
Block a user