Skip to content

Commit 722fbe5

Browse files
author
Richard Cunningham
committed
add containerEnv, mounts and onCreateCommand
1 parent 862eb0e commit 722fbe5

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed
Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "BASH terminal auto history configuration",
33
"id": "colortwo",
4-
"version": "1.0.6",
5-
"description": "Make default BASH terminal nicer"
4+
"version": "1.0.7",
5+
"description": "Make default BASH terminal nicer",
6+
"containerEnv": {
7+
"CONFIG_FOLDER": "/devcontainer_rc",
8+
"CONFIG_STAGING": "/devcontainer_staging"
9+
},
10+
"mounts": [
11+
{
12+
"source": "${localEnv:HOME}/.config/devcontainer_rc",
13+
"target": "/devcontainer_rc",
14+
"type": "bind"
15+
}
16+
],
17+
"onCreateCommand": "bash /devcontainer_staging/onCreateCommand.sh",
618
}

0 commit comments

Comments
 (0)