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 | 9a3fe0d17441237d816cca8c53b981005601d103 (patch) | |
tree | 6599969447926840e6cdda0c18c2438e2172fcf1 /.devcontainer/devcontainer.json | |
parent | aea318b48dd7e15df16eca12ba59c677671869aa (diff) | |
download | sncontinue-9a3fe0d17441237d816cca8c53b981005601d103.tar.gz sncontinue-9a3fe0d17441237d816cca8c53b981005601d103.tar.bz2 sncontinue-9a3fe0d17441237d816cca8c53b981005601d103.zip |
Update devcontainer.json
Diffstat (limited to '.devcontainer/devcontainer.json')
-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 -" } } |