diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-05-31 22:18:39 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-05-31 22:18:39 -0400 |
commit | e6dded34c26fd17ede17776755cc41c26782a045 (patch) | |
tree | f717c727c9dab1e2633094582bd9876f24832f8d | |
parent | b5920fe18afd69992a2cbb77bac75fc25be544d9 (diff) | |
parent | 1fa14d27441962cf5ffc5d16ddc4c8aff035c36b (diff) | |
download | sncontinue-e6dded34c26fd17ede17776755cc41c26782a045.tar.gz sncontinue-e6dded34c26fd17ede17776755cc41c26782a045.tar.bz2 sncontinue-e6dded34c26fd17ede17776755cc41c26782a045.zip |
Merge branch 'main' of https://github.com/continuedev/continue
-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 -" + } +} |