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 36eb592 commit 22bbc45Copy full SHA for 22bbc45
.devcontainer/devcontainer.json
@@ -28,11 +28,11 @@
28
}
29
},
30
"features": {
31
- // Some default things like git config
32
- "ghcr.io/devcontainers/features/common-utils:2": {
33
- "upgradePackages": false
34
- }
+ // add in eternal history and other bash features
+ "ghcr.io/diamondlightsource/devcontainer-features/bash-config:1.0.0": {}
35
+ // Create the config folder for the bash-config feature
+ "initializeCommand": "mkdir -p ${localEnv:HOME}/.config/bash-config",
36
"runArgs": [
37
// Allow the container to access the host X11 display and EPICS CA
38
"--net=host",
0 commit comments