You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the new `notifyOnAttach` option for an attach request. This option
will have PSES create a new event with the source identifier
`PSES.Attached` that allows the attached script to wait for the attach
event.
Copy file name to clipboardExpand all lines: package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -610,6 +610,11 @@
610
610
"type": "string",
611
611
"description": "The custom pipe name of the PowerShell host process to attach to.",
612
612
"default": null
613
+
},
614
+
"notifyOnAttach": {
615
+
"type": "boolean",
616
+
"description": "Creates the event 'PSES.Attached' when the debugger attaches to the PowerShell host process. This is useful when creating a script that waits for the debugger to attach.",
0 commit comments