From f493ecc51fbbbefc8e0b00e8cf8cc11541b13bcf Mon Sep 17 00:00:00 2001 From: Orce MARINKOVSKI Date: Sun, 22 Dec 2024 22:11:46 +0000 Subject: [PATCH] devcontainer more extension for debug purposes --- .devcontainer/devcontainer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e1796f086..a7010a70c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,8 +7,10 @@ "customizations": { "vscode": { "extensions": [ - "mhutchie.git-graph", - "ms-python.python" + "mhutchie.git-graph", + "ms-python.python", + "ms-vscode.js-debug-nightly", + "eamodio.gitlens" ] } },