Update launch.json Attach config to use process picker. (#3928)

This commit is contained in:
Keith Hill 2017-06-03 11:59:30 -06:00 committed by Sergei Vorobev
parent a543161d42
commit ef33c30219

2
.vscode/launch.json vendored
View file

@ -17,7 +17,7 @@
"type": "coreclr",
"request": "attach",
"justMyCode": false,
"processName": "powershell"
"processId": "${command:pickProcess}"
}
]
}