From 2cc2aa9610cc1faa7f7e8f2c6d3e2b3a2aa569e5 Mon Sep 17 00:00:00 2001 From: Gabriele Messina Date: Thu, 31 Oct 2024 12:35:47 +0000 Subject: [PATCH] Add debugpy to devcontainer.json --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f261ffa..1280cf1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,8 @@ "ms-python.vscode-pylance", "ms-python.pylint", "Gruntfuggly.todo-tree", - "GabrieleMessina.qutes" + "GabrieleMessina.qutes", + "ms-python.debugpy" ] }, "codespaces": {