From: Jérôme Benoit Date: Wed, 26 Nov 2025 06:37:26 +0000 (+0100) Subject: chore(devcontainers): enable attribute path is nix feature X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2a4890224ecc6695426d382402ffba06932cd109;p=freqai-strategies.git chore(devcontainers): enable attribute path is nix feature Signed-off-by: Jérôme Benoit --- diff --git a/ReforceXY/.devcontainer/devcontainer.json b/ReforceXY/.devcontainer/devcontainer.json index 0bb95e8..2972745 100644 --- a/ReforceXY/.devcontainer/devcontainer.json +++ b/ReforceXY/.devcontainer/devcontainer.json @@ -20,7 +20,8 @@ "ripgrep", "delta", "btop" - ] + ], + "useAttributePath": true }, "ghcr.io/devcontainers/features/common-utils:2": { "installZsh": true, diff --git a/quickadapter/.devcontainer/devcontainer.json b/quickadapter/.devcontainer/devcontainer.json index 8e7a3c9..60346e3 100644 --- a/quickadapter/.devcontainer/devcontainer.json +++ b/quickadapter/.devcontainer/devcontainer.json @@ -20,7 +20,8 @@ "ripgrep", "delta", "btop" - ] + ], + "useAttributePath": true }, "ghcr.io/devcontainers/features/common-utils:2": { "installZsh": true,