From 9c6d575b5b33f814f0c517d4ea3969f1f7f66141 Mon Sep 17 00:00:00 2001 From: Oli Larkin Date: Wed, 24 Jul 2024 00:01:46 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9c24bef..3440623 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,6 +6,8 @@ "customizations": { "extensions": [ "ms-vscode.cpptools", + "ms-python.python", + "ms-vscode.cmake-tools", "cschlosser.doxdocgen", "hellbent.vscode-faust" ],