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" }