Skip to content

Commit fd6f62f

Browse files
authored
Merge pull request #443 from rkeithhill/rkeithhill/update-examples-launch-json
Add attach debug config to Examples launch.json.
2 parents 790e316 + f6c9278 commit fd6f62f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/.vscode/launch.json

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"script": "${file}",
99
"args": [],
1010
"cwd": "${file}"
11+
},
12+
{
13+
"type": "PowerShell",
14+
"request": "attach",
15+
"name": "PowerShell Attach to Host Process",
16+
"processId": "${command.PickPSHostProcess}",
17+
"runspaceId": 1
1118
}
1219
]
1320
}

0 commit comments

Comments
 (0)