Skip to content

Commit 3f0e34e

Browse files
committed
Add "Win Attach to Server" debug configuration
1 parent 8c843d1 commit 3f0e34e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/launch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
"sourceMaps": true,
121121
"outFiles": [ "${workspaceFolder}/editors/code/out/tests/unit/**/*.js" ],
122122
"preLaunchTask": "Pretest"
123+
},
124+
{
125+
"name": "Win Attach to Server",
126+
"type": "cppvsdbg",
127+
"processId":"${command:pickProcess}",
128+
"request": "attach"
123129
}
124130
]
125131
}

0 commit comments

Comments
 (0)