summaryrefslogtreecommitdiffstats
path: root/.devcontainer
diff options
context:
space:
mode:
authoryp05327 <576951401@qq.com>2023-06-20 21:28:46 +0200
committerGitHub <noreply@github.com>2023-06-20 21:28:46 +0200
commita95a7bcdf30505150c8c94e1700599fcfad9f98e (patch)
tree12181b3f9f7c946322a96a99c019e3bcb8ab35c5 /.devcontainer
parentUse qwtel.sqlite-viewer instead of alexcvzz.vscode-sqlite (#25386) (diff)
downloadforgejo-a95a7bcdf30505150c8c94e1700599fcfad9f98e.tar.xz
forgejo-a95a7bcdf30505150c8c94e1700599fcfad9f98e.zip
Add git-lfs support to devcontainer (#25385)
Diffstat (limited to '.devcontainer')
-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": {