From 4a1ebbc8de2f64c29654685327a45be11ff784f9 Mon Sep 17 00:00:00 2001 From: Douglas Winter Date: Wed, 17 Dec 2025 10:10:18 +0000 Subject: [PATCH] Add in eternal history and other bash features to devcontainer --- .devcontainer/devcontainer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1d1ef1d..dcf538e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,10 +23,11 @@ } } }, - "runArgs": [ - "--net=host", - "--security-opt=label=disable" - ], + "features": { + // add in eternal history and other bash features + "ghcr.io/diamondlightsource/devcontainer-features/bash-config:1": {} + }, + "runArgs": ["--net=host", "--security-opt=label=disable"], "workspaceMount": "source=${localWorkspaceFolder}/..,target=/workspaces,type=bind", "postCreateCommand": "pnpm install" }