File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
44author_email : tom.cobb@diamond.ac.uk
55author_name : Tom Cobb
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments