summaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorAndrea Censi <AndreaCensi@users.noreply.github.com>2023-10-26 13:37:42 +0200
committerAndrea Censi <AndreaCensi@users.noreply.github.com>2023-10-26 13:37:42 +0200
commitb24b147b3456b3afdb51fb03253da1de3478d63e (patch)
tree2fc8c4ef62a7d3f920d7a6cc86ad1f771bef4ef3 /.devcontainer/devcontainer.json
parentmisc (diff)
downloadact4e-b24b147b3456b3afdb51fb03253da1de3478d63e.tar.gz
act4e-b24b147b3456b3afdb51fb03253da1de3478d63e.zip
misc
Diffstat (limited to '')
-rw-r--r--.devcontainer/devcontainer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index c3fc20e..70c3683 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -47,7 +47,7 @@
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"features": {
- "git": "os-provided",
- "git-lfs": "latest"
+ "git": "os-provided"
+ //"git-lfs": "latest"
}
}