diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-06-02 14:12:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 14:12:54 -0400 |
commit | 907adb045129d8a88feec2fb00cde326c3a333f1 (patch) | |
tree | 550213e253fbd7455b24bb2ff3cacf1dd963d27d /.devcontainer | |
parent | a6a66f8a8b42eca861b05d6e7ccc0d0c2cfc8706 (diff) | |
download | sncontinue-907adb045129d8a88feec2fb00cde326c3a333f1.tar.gz sncontinue-907adb045129d8a88feec2fb00cde326c3a333f1.tar.bz2 sncontinue-907adb045129d8a88feec2fb00cde326c3a333f1.zip |
Update devcontainer.json
Diffstat (limited to '.devcontainer')
-rw-r--r-- | .devcontainer/devcontainer.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index be682b50..ad93c14a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,5 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { - "postCreateCommand": "curl -sSL https://install.python-poetry.org | python3 -" } } |