Skip to content

Commit

Permalink
Update launch.json Attach config to use process picker. (PowerShell#3928
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rkeithhill authored and vors committed Jun 3, 2017
1 parent a543161 commit ef33c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "coreclr",
"request": "attach",
"justMyCode": false,
"processName": "powershell"
"processId": "${command:pickProcess}"
}
]
}

0 comments on commit ef33c30

Please sign in to comment.