From 15a6967a2a548f014d2859b7fed3c843fd915015 Mon Sep 17 00:00:00 2001 From: Filipe Pina <636320+fopina@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:13:16 +0000 Subject: [PATCH] typo --- .devcontainer/devcontainer.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ae5203957bb..153326929f7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,6 +8,12 @@ // Configure tool-specific properties - https://containers.dev/supporting "customizations": { - "extensions": ["ms-azuretools.vscode-docker", "ms-python.python", "ms-python.debugpy"] + "vscode": { + "extensions": [ + "ms-azuretools.vscode-docker", + "ms-python.python", + "ms-python.debugpy" + ] + } } -} \ No newline at end of file +}