From f6c9278ab27fc7b8065a730b5c41e83a601e224a Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Wed, 18 Jan 2017 20:54:53 -0700 Subject: [PATCH] Add attach debug config to Examles launch.json. --- examples/.vscode/launch.json | 7 +++++++ 1 file changed, 7 insertions(+) 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