From 49dc25c8bad27fc9409b9895f1814216e1412c0d Mon Sep 17 00:00:00 2001 From: ar1ocker Date: Tue, 16 Jul 2024 11:30:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20launch.json=20=D0=B8=D0=B7=20=D0=B7=D0=B0=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=D0=B0=20=D0=BD=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=B4=D0=B5=D0=B1?= =?UTF-8?q?=D0=B0=D0=B3=D0=B3=D0=B5=D1=80=D0=B0=20"type":=20"python"=20?= =?UTF-8?q?=D0=B2=20=D1=80=D0=B0=D0=B7=D1=80=D1=8F=D0=B4=20=D1=83=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D0=B5=D0=B2=D1=88=D0=B8=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 470ec38..4caab34 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,10 +2,9 @@ "configurations": [ { "name": "Attach to Squad-Admin-Configurator", - "type": "python", + "type": "debugpy", "request": "attach", - "port": 5678, - "host": "localhost", + "connect": {"port": 5678, "host": "127.0.0.1"}, "pathMappings": [ { "localRoot": "${workspaceFolder}/squad-admin-configurator",