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" ] } },