From 6f3d29dbaf7f2f241c7c959f8677e351335b3215 Mon Sep 17 00:00:00 2001
From: Joe Leaver <joe@radialbog9.uk>
Date: Thu, 25 May 2023 10:39:10 +0000
Subject: [PATCH] Add dev container settings

---
 .devcontainer/devcontainer.json | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .devcontainer/devcontainer.json

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 0000000..9807dd8
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,8 @@
+{
+    "image":"mcr.microsoft.com/devcontainers/universal:2",
+    "features": {
+        "ghcr.io/devcontainers/features/python:1": {
+            "version": "3.9"
+        }
+    }
+}
\ No newline at end of file
-- 
GitLab