summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-05-31 22:18:39 -0400
committerNate Sesti <sestinj@gmail.com>2023-05-31 22:18:39 -0400
commitc5aa76a33f99c57bbd45d0995dcb7a9e6c6d855b (patch)
tree4ad6af95c9a5b3d33e30f375632f5666cec8f3b5
parent417fc5fa0942548b2970e6190fec8da9b726ac28 (diff)
parent5459677d5b20556eb9532095beb4ef996898f696 (diff)
downloadsncontinue-c5aa76a33f99c57bbd45d0995dcb7a9e6c6d855b.tar.gz
sncontinue-c5aa76a33f99c57bbd45d0995dcb7a9e6c6d855b.tar.bz2
sncontinue-c5aa76a33f99c57bbd45d0995dcb7a9e6c6d855b.zip
Merge branch 'main' of https://github.com/continuedev/continue
-rw-r--r--.devcontainer/devcontainer.json6
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 -"
+ }
+}