From 8586fad5fd4bcf7b9c2d2afbcadf5050085dd71c Mon Sep 17 00:00:00 2001 From: yp05327 <576951401@qq.com> Date: Tue, 20 Jun 2023 05:31:02 +0000 Subject: [PATCH] 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 6288e4d367c60..8a96d1d122838 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,8 @@ // installs nodejs into container "ghcr.io/devcontainers/features/node:1": { "version":"20" - } + }, + "ghcr.io/devcontainers/features/git-lfs:1.1.0": {} }, "customizations": { "vscode": {