Skip to content

Commit f204ad2

Browse files
committed
1 parent caa622d commit f204ad2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 2.5.0-1-g36eb592
2+
_commit: 2.5.0-3-g2d76110
33
_src_path: gh:DiamondLightSource/python-copier-template
44
author_email: tom.cobb@diamond.ac.uk
55
author_name: Tom Cobb

.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
}
2929
},
3030
"features": {
31-
// Some default things like git config
32-
"ghcr.io/devcontainers/features/common-utils:2": {
33-
"upgradePackages": false
34-
}
31+
// add in eternal history and other bash features
32+
"ghcr.io/diamondlightsource/devcontainer-features/bash-config:1.0.0": {}
3533
},
34+
// Create the config folder for the bash-config feature
35+
"initializeCommand": "mkdir -p ${localEnv:HOME}/.config/bash-config",
3636
"runArgs": [
3737
// Allow the container to access the host X11 display and EPICS CA
3838
"--net=host",

0 commit comments

Comments
 (0)