From f204ad239c4c93942001dbd0ccb5167f2d5e9818 Mon Sep 17 00:00:00 2001 From: coretl Date: Tue, 3 Dec 2024 16:22:05 +0000 Subject: [PATCH] deploy: DiamondLightSource/python-copier-template@2d761101ae3c273475ffd21f74a337a3304af637 --- .copier-answers.yml | 2 +- .devcontainer/devcontainer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 4856bdc..47e240b 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2.5.0-1-g36eb592 +_commit: 2.5.0-3-g2d76110 _src_path: gh:DiamondLightSource/python-copier-template author_email: tom.cobb@diamond.ac.uk author_name: Tom Cobb diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d3d639a..979a89c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,11 +28,11 @@ } }, "features": { - // Some default things like git config - "ghcr.io/devcontainers/features/common-utils:2": { - "upgradePackages": false - } + // add in eternal history and other bash features + "ghcr.io/diamondlightsource/devcontainer-features/bash-config:1.0.0": {} }, + // Create the config folder for the bash-config feature + "initializeCommand": "mkdir -p ${localEnv:HOME}/.config/bash-config", "runArgs": [ // Allow the container to access the host X11 display and EPICS CA "--net=host",