We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bcc66 commit 893ae35Copy full SHA for 893ae35
src/terminal-history/devcontainer-feature.json
@@ -2,18 +2,11 @@
2
"name": "BASH terminal auto history configuration",
3
"id": "shared-bash-config",
4
"version": "1.0.0",
5
+ "description": "Make default BASH terminal nicer",
6
"containerEnv": {
7
"CONFIG_FOLDER": "/devcontainer_rc",
8
"CONFIG_STAGING": "/devcontainer_staging"
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
- // },
17
"mounts": [
18
{
19
"source": "${localEnv:HOME}/.config/devcontainer_rc",
0 commit comments