From 9f107e388c9a2e6750fe2cabf75f8c224ed0679b Mon Sep 17 00:00:00 2001 From: Mikhail Yevchenko Date: Wed, 1 Apr 2026 11:22:09 +0000 Subject: [PATCH] Add forwardPorts configuration to devcontainer.json --- .devcontainer/devcontainer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index edb9de9..6e18747 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,6 +14,11 @@ "ms-python.python" ] } - } + }, + + "forwardPorts": [ + 5000 + ] + }