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 | |
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')
-rw-r--r-- | .devcontainer/devcontainer.json | 6 | ||||
-rw-r--r-- | .devcontainer/requirements.txt | 4 |
2 files changed, 5 insertions, 5 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" } } diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 28fee9e..e36b067 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -1,2 +1,2 @@ -ACT4E-exercises -pre-commit
\ No newline at end of file +ACT4E-exercises>=7.3.2310261331 +pre-commit |