From ef33c30219770986cbb365e7f7ca7a082fe7f7ca Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Sat, 3 Jun 2017 11:59:30 -0600 Subject: [PATCH] Update launch.json Attach config to use process picker. (#3928) --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 68e67953b4..5a51dd2dc7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,7 +17,7 @@ "type": "coreclr", "request": "attach", "justMyCode": false, - "processName": "powershell" + "processId": "${command:pickProcess}" } ] }