Add forwardPorts configuration to devcontainer.json

This commit is contained in:
Mikhail Yevchenko
2026-04-01 11:22:09 +00:00
parent 4548f455a3
commit 9f107e388c
+6 -1
View File
@@ -14,6 +14,11 @@
"ms-python.python" "ms-python.python"
] ]
} }
} },
"forwardPorts": [
5000
]
} }