diff options
author | Andrea Censi <AndreaCensi@users.noreply.github.com> | 2023-10-26 13:37:42 +0200 |
---|---|---|
committer | Andrea Censi <AndreaCensi@users.noreply.github.com> | 2023-10-26 13:37:42 +0200 |
commit | b24b147b3456b3afdb51fb03253da1de3478d63e (patch) | |
tree | 2fc8c4ef62a7d3f920d7a6cc86ad1f771bef4ef3 /.devcontainer/devcontainer.json | |
parent | misc (diff) | |
download | act4e-b24b147b3456b3afdb51fb03253da1de3478d63e.tar.gz act4e-b24b147b3456b3afdb51fb03253da1de3478d63e.zip |
misc
Diffstat (limited to '')
-rw-r--r-- | .devcontainer/devcontainer.json | 4 |
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" } } |