Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,11 @@
"type": "string",
"description": "The custom pipe name of the PowerShell host process to attach to.",
"default": null
},
"notifyOnAttach": {
"type": "boolean",
"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.",
"default": false
}
}
}
Expand Down