From 6ed2324c71263fab9ed72f73cf81c0c946ad7fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 17 Mar 2022 22:48:11 +0000 Subject: [PATCH] sqlite viewer in devcontainer --- api/.devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/.devcontainer/devcontainer.json b/api/.devcontainer/devcontainer.json index 647893f..ae77b25 100644 --- a/api/.devcontainer/devcontainer.json +++ b/api/.devcontainer/devcontainer.json @@ -35,7 +35,8 @@ "extensions": [ "ms-python.python", "ms-python.vscode-pylance", - "be5invis.toml" + "be5invis.toml", + "qwtel.sqlite-viewer" ], // Use 'forwardPorts' to make a list of ports inside the container available locally.