Fix VS Code attach debugging configuration
Needs to be `processName`, not `program`. Go figure.
This commit is contained in:
parent
fe8f012f8e
commit
18ba3f3365
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -17,7 +17,7 @@
|
||||
"type": "coreclr",
|
||||
"request": "attach",
|
||||
"justMyCode": false,
|
||||
"program": "powershell"
|
||||
"processName": "powershell"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user