From 3f0e34e08ec15b34bbda06ec0e328113086d856d Mon Sep 17 00:00:00 2001 From: vsrs Date: Mon, 25 Jan 2021 15:55:15 +0300 Subject: Add "Win Attach to Server" debug configuration --- .vscode/launch.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8ca27d878..021b8f048 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -120,6 +120,12 @@ "sourceMaps": true, "outFiles": [ "${workspaceFolder}/editors/code/out/tests/unit/**/*.js" ], "preLaunchTask": "Pretest" + }, + { + "name": "Win Attach to Server", + "type": "cppvsdbg", + "processId":"${command:pickProcess}", + "request": "attach" } ] } -- cgit v1.2.3