From a95a7bcdf30505150c8c94e1700599fcfad9f98e Mon Sep 17 00:00:00 2001 From: yp05327 <576951401@qq.com> Date: Wed, 21 Jun 2023 04:28:46 +0900 Subject: [PATCH] Add git-lfs support to devcontainer (#25385) --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cc2e4a17f6..31e42d0ab3 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": {