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
A number of items needed to be fixed:
* `Path.Combine` instead of `Path.Join` because of .NET changes
* `ConfigureAwait(false)` because of our rule to always include that
* Pass actual script path to `BreakpointDetails.Create` so the debug
service has a valid value for its hashtable key
* Call `Close()` instead of `Dispose()` (which changed) on
`PowerShellContextService`
* Make assertion in `AssertDebuggerStopped` case-insensitive
* Increase cancellation token source timeouts to 10 seconds
* Avoid waiting for PowerShell context state change that never happens
and isn't required
* Delete unused fields or local variables
* Fix incorrect assumption of breakpoint's index
* Make `Get-Process` test cross-platform (and execute the right line)
0 commit comments