From 9a4bb2d603f5e4910b2da7c386a0279597a01ece Mon Sep 17 00:00:00 2001 From: Patrick Kurmann Date: Wed, 28 Aug 2024 14:11:13 +0000 Subject: [PATCH] chore: Add qwtel.sqlite-viewer extension to devcontainer.json --- .devcontainer/devcontainer.json | 3 ++- src/goals/__init__.py | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/goals/__init__.py diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4c45e17..401e85b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,7 +19,8 @@ "extensions": [ "github.copilot", "be5invis.toml", - "ms-python.python" + "ms-python.python", + "qwtel.sqlite-viewer" ] } }, diff --git a/src/goals/__init__.py b/src/goals/__init__.py new file mode 100644 index 0000000..e69de29