|
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "PowerShell",
|
|
"request": "launch",
|
|
"name": "ps: Interactive Session",
|
|
"cwd": "${workspaceRoot}"
|
|
},
|
|
{
|
|
"name": ".NET Core Attach",
|
|
"type": "coreclr",
|
|
"request": "attach",
|
|
"processId": "${command:pickProcess}"
|
|
}
|
|
]
|
|
}
|