diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-05-31 21:22:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 21:22:46 -0400 |
commit | 5459677d5b20556eb9532095beb4ef996898f696 (patch) | |
tree | f99546fb6a8f29852662b7e44603ac68eed73af6 | |
parent | b4dcab1f8e227a8f5fd57a8cbae28258469de085 (diff) | |
download | sncontinue-5459677d5b20556eb9532095beb4ef996898f696.tar.gz sncontinue-5459677d5b20556eb9532095beb4ef996898f696.tar.bz2 sncontinue-5459677d5b20556eb9532095beb4ef996898f696.zip |
Create devcontainer.json
-rw-r--r-- | .devcontainer/devcontainer.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..be682b50 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,6 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "postCreateCommand": "curl -sSL https://install.python-poetry.org | python3 -" + } +} |