From 3b48668ce96c563d517f75c14eee6e8737a4cc61 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Sun, 22 Dec 2024 10:40:54 +0000 Subject: [PATCH] Update VS Code container --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 724a2da..c0fcfb3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -32,7 +32,8 @@ "extensions": [ "sswg.swift-lang", "ms-vscode.cmake-tools", - "ms-vscode.makefile-tools" + "ms-vscode.makefile-tools", + "ms-azuretools.vscode-docker" ] } },