vscode-powershell
vscode-powershell copied to clipboard
Add notifyOnAttach option
PR Summary
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.
Should wait until https://github.com/PowerShell/PowerShellEditorServices/pull/2250 is merged (or rejected).
PR Checklist
- [x] PR has a meaningful title
- [x] Summarized changes
- [NA] PR has tests
- [ ] This PR is ready to merge and is not work in progress
- If the PR is work in progress, please add the prefix
WIP:to the beginning of the title and remove the prefix when the PR is ready
- If the PR is work in progress, please add the prefix