diff --git a/examples/.vscode/launch.json b/examples/.vscode/launch.json index 6883bec3a4..d7ae6a8bab 100644 --- a/examples/.vscode/launch.json +++ b/examples/.vscode/launch.json @@ -8,6 +8,13 @@ "script": "${file}", "args": [], "cwd": "${file}" + }, + { + "type": "PowerShell", + "request": "attach", + "name": "PowerShell Attach to Host Process", + "processId": "${command.PickPSHostProcess}", + "runspaceId": 1 } ] } \ No newline at end of file