From 5b631160de7e695a1f21bd45b3b535fc8de25e1e Mon Sep 17 00:00:00 2001 From: musienko maksym Date: Fri, 24 Sep 2021 18:21:17 +0300 Subject: [PATCH] fix ports --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d93f15c7dae..0b5c91d4daf 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "name": "Debug (Attach) - Remote", "request": "attach", "hostName": "localhost", - "port": 5050 + "port": 5005 } ] }