I was following instructions from here. Installed cpptools. Created tasks.json with following contents:
tasks.json
{ \"version\": \"0.1.0\", \"comm
If you want command.PickProcess to work..
It should be a ':' not a '.' - therefore:
{ "name": ".NET Core Attach", "type": "coreclr", "request": "attach", "processId": "${command:pickProcess}" }
Should sort you out :)