From cc2e2a1f45a6b55726560506e407a20d510850f2 Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Thu, 17 Oct 2024 16:50:04 -0700 Subject: [PATCH] Update src/PowerShellEditorServices/Services/DebugAdapter/Handlers/StackTraceHandler.cs Co-authored-by: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> --- .../Services/DebugAdapter/Handlers/StackTraceHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PowerShellEditorServices/Services/DebugAdapter/Handlers/StackTraceHandler.cs b/src/PowerShellEditorServices/Services/DebugAdapter/Handlers/StackTraceHandler.cs index 560e18733..91f5697d5 100644 --- a/src/PowerShellEditorServices/Services/DebugAdapter/Handlers/StackTraceHandler.cs +++ b/src/PowerShellEditorServices/Services/DebugAdapter/Handlers/StackTraceHandler.cs @@ -39,7 +39,7 @@ public async Task Handle(StackTraceArguments request, Cancel StackFrame breakpointLabel = CreateBreakpointLabel(invocationInfo); - if (skip == 0 && take == 1) // This indicates the client is doing an initial fetch, so we want to return quickly to unblock the UI and wait on the remaining stack frames for the susequent requests. + if (skip == 0 && take == 1) // This indicates the client is doing an initial fetch, so we want to return quickly to unblock the UI and wait on the remaining stack frames for the subsequent requests. { return new StackTraceResponse() {