vscode-powershell icon indicating copy to clipboard operation
vscode-powershell copied to clipboard

Add notifyOnAttach option

Open jborean93 opened this issue 4 months ago • 5 comments

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

jborean93 avatar Jul 28 '25 22:07 jborean93