Skip to content

Commit

Permalink
json formating parity
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Cunningham committed Nov 19, 2024
1 parent 99bcc66 commit 893ae35
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/terminal-history/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@
"name": "BASH terminal auto history configuration",
"id": "shared-bash-config",
"version": "1.0.0",
"description": "Make default BASH terminal nicer",
"containerEnv": {
"CONFIG_FOLDER": "/devcontainer_rc",
"CONFIG_STAGING": "/devcontainer_staging"
},
"description": "Make default BASH terminal nicer.",
// "options": {
// "host_config_folder": {
// "type": "string",
// "default": "${localEnv:HOME}/.config/devcontainer_rc",
// "description": "host folder for devcontainer shell configuration"
// }
// },
"mounts": [
{
"source": "${localEnv:HOME}/.config/devcontainer_rc",
Expand Down

0 comments on commit 893ae35

Please sign in to comment.