From 2a4890224ecc6695426d382402ffba06932cd109 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 26 Nov 2025 07:37:26 +0100 Subject: [PATCH] chore(devcontainers): enable attribute path is nix feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ReforceXY/.devcontainer/devcontainer.json | 3 ++- quickadapter/.devcontainer/devcontainer.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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, -- 2.43.0