From 12f8197cfe93a146454ce19d6fb44338b1bccc3b Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Sat, 29 Apr 2023 21:21:22 -0700 Subject: [PATCH] Added a basic dev container --- .devcontainer/devcontainer.json | 16 ++++++++++++++++ docs/changes/+0b0b82e4.misc | 1 + 2 files changed, 17 insertions(+) create mode 100644 .devcontainer/devcontainer.json create mode 100644 docs/changes/+0b0b82e4.misc diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..c44c829 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,16 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/python +{ + "name": "Sphinx AutoAPI", + "image": "mcr.microsoft.com/devcontainers/python:0-3.11", + + // Features to add to the dev container. More info: https://containers.dev/features. + // "features": {}, + + // Configure tool-specific properties. + "customizations": { + }, + + // Use 'postCreateCommand' to run commands after the container is created. + "postCreateCommand": "pip3 install ." +} diff --git a/docs/changes/+0b0b82e4.misc b/docs/changes/+0b0b82e4.misc new file mode 100644 index 0000000..016ce93 --- /dev/null +++ b/docs/changes/+0b0b82e4.misc @@ -0,0 +1 @@ +Added a basic dev container \ No newline at end of file