diff options
author | Nao Pross <np@0hm.ch> | 2023-11-16 22:34:01 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2023-11-16 22:34:01 +0100 |
commit | ebdeea55438db5da1f27824e084f1a21534f853b (patch) | |
tree | d95054e7d0c4b581be62d02db04abd7f5fe2b387 /.devcontainer/devcontainer.json | |
parent | Fix bug when uptolevel is None (diff) | |
parent | misc (diff) | |
download | act4e-ebdeea55438db5da1f27824e084f1a21534f853b.tar.gz act4e-ebdeea55438db5da1f27824e084f1a21534f853b.zip |
Merge remote-tracking branch 'template/alphubel-prod' into alphubel-prod
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r-- | .devcontainer/devcontainer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c3fc20e..0754889 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -34,7 +34,7 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ "ms-python.python", - "tht13.html-preview-vscode", + "tht13.html-preview-vscode" // "ms-python.vscode-pylance" ], @@ -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" } } |