.vscode/launch.json

{ "version": "0.2.0", "configurations":[{ "name":"Attach to PowerShell", "type":"coreclr", "request":"attach", "processId":"6800", "justMyCode":false }] }