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
SydneyhSmith
changed the title
[Revamp pipeline thread handling] DSC Support
[Revamp pipeline thread handling] DSC breakpoint capability support
Mar 29, 2021
Today the extension has support for DSC breakpoints:
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/Session/Capabilities/DscBreakpointCapability.cs
Lines 20 to 170 in 4fa0346
The new pipeline thread consumer's debugger needs to also support these.
The capability has been migrated here:
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShell/Debugging/DscBreakpointCapability.cs
Lines 25 to 169 in a0a8df1
But we need an equivalent of this still:
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShellContext/PowerShellContextService.cs
Lines 2569 to 2572 in 4fa0346
The text was updated successfully, but these errors were encountered: