Remove .NET Core Attach debug configurations

This commit is contained in:
M.K. Safi 2020-07-25 10:11:30 -07:00
parent 1f3f456123
commit 60157eb70c

6
.vscode/launch.json vendored
View file

@ -28,12 +28,6 @@
"logging": {
"moduleLoad": false
}
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": "${command:pickProcess}"
}
]
}