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 11b8e8d commit a5e5324Copy full SHA for a5e5324
.devcontainer/features/bash-config/devcontainer-feature.json
@@ -4,7 +4,7 @@
4
"id": "bash-config",
5
"version": "1.0.0",
6
"description": "Lightweight BASH setup with eternal history and PS1 tweaks. Fully configurable.",
7
- "documentationURL": "https://github.com/DiamondRC/devcontainer-features/tree/main/src/bash-config",
+ "documentationURL": "https://raw.githubusercontent.com/DiamondRC/devcontainer-features/refs/heads/main/.devcontainer/features/bash-config/README.md",
8
"containerEnv": {
9
"CONFIG_FOLDER": "/devcontainer_rc",
10
"CONFIG_STAGING": "/devcontainer_staging"
@@ -17,4 +17,4 @@
17
}
18
],
19
"onCreateCommand": "bash /devcontainer_staging/onCreateCommand.sh"
20
-}
+}
0 commit comments