aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2023-06-21 04:28:46 +0900
committerGitHub <noreply@github.com>2023-06-20 19:28:46 +0000
commita95a7bcdf30505150c8c94e1700599fcfad9f98e (patch)
tree12181b3f9f7c946322a96a99c019e3bcb8ab35c5 /.devcontainer/devcontainer.json
parent005239535141cab8a7748be4a22ab93854b9e74e (diff)
downloadgitea-a95a7bcdf30505150c8c94e1700599fcfad9f98e.tar.gz
gitea-a95a7bcdf30505150c8c94e1700599fcfad9f98e.zip
Add git-lfs support to devcontainer (#25385)
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json3
1 files changed, 2 insertions, 1 deletions
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": {