From 22af9dffd1501971e67842717e76e8d4a7c3e948 Mon Sep 17 00:00:00 2001 From: Orce MARINKOVSKI Date: Wed, 25 Dec 2024 12:41:46 +0000 Subject: [PATCH] somme usefull vscode extensions --- .devcontainer/devcontainer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 337c96e3b..bc17006ba 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" ] } },