From d1e996d89be194e98a3db70d9835e743b16828b0 Mon Sep 17 00:00:00 2001 From: solovjovvladimir6-max Date: Sun, 26 Oct 2025 03:28:13 +0000 Subject: [PATCH] Initial commit --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d03abbcfd..10eefeaba 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,6 +14,11 @@ "openFiles": [ "src/App.jsx" ] + }, + "vscode": { + "extensions": [ + "ms-azuretools.vscode-containers" + ] } }, "portsAttributes": {