summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <33237525+sestinj@users.noreply.github.com>2023-05-31 21:22:46 -0400
committerGitHub <noreply@github.com>2023-05-31 21:22:46 -0400
commit5459677d5b20556eb9532095beb4ef996898f696 (patch)
treef99546fb6a8f29852662b7e44603ac68eed73af6
parentb4dcab1f8e227a8f5fd57a8cbae28258469de085 (diff)
downloadsncontinue-5459677d5b20556eb9532095beb4ef996898f696.tar.gz
sncontinue-5459677d5b20556eb9532095beb4ef996898f696.tar.bz2
sncontinue-5459677d5b20556eb9532095beb4ef996898f696.zip
Create devcontainer.json
-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 -"
+ }
+}