Skip to content

Commit 893ae35

Browse files
author
Richard Cunningham
committed
json formating parity
1 parent 99bcc66 commit 893ae35

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/terminal-history/devcontainer-feature.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@
22
"name": "BASH terminal auto history configuration",
33
"id": "shared-bash-config",
44
"version": "1.0.0",
5+
"description": "Make default BASH terminal nicer",
56
"containerEnv": {
67
"CONFIG_FOLDER": "/devcontainer_rc",
78
"CONFIG_STAGING": "/devcontainer_staging"
89
},
9-
"description": "Make default BASH terminal nicer.",
10-
// "options": {
11-
// "host_config_folder": {
12-
// "type": "string",
13-
// "default": "${localEnv:HOME}/.config/devcontainer_rc",
14-
// "description": "host folder for devcontainer shell configuration"
15-
// }
16-
// },
1710
"mounts": [
1811
{
1912
"source": "${localEnv:HOME}/.config/devcontainer_rc",

0 commit comments

Comments
 (0)