From 94cef3f9e87f30b0c4464ad17edd1c7790b1ced6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:57:01 +0000 Subject: [PATCH] feat(devcontainer): Add git-lfs --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b26030c..b7df520 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,6 +8,7 @@ "version": "lts", "pnpmVersion": "latest", "nvmVersion": "latest" - } + }, + "ghcr.io/devcontainers/features/git-lfs:1": {} } } \ No newline at end of file