Skip to content

Commit 049563b

Browse files
remove notification that caused issues
1 parent 23304a2 commit 049563b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PowerShellEditorServices/Services/DebugAdapter/Handlers/LaunchAndAttachHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ await _powerShellContextService.ExecuteScriptStringAsync(
370370
.ExecuteScriptStringAsync(debugRunspaceCmd)
371371
.ContinueWith(OnExecutionCompletedAsync);
372372

373-
_jsonRpcServer.SendNotification(EventNames.Initialized);
374373
return Unit.Value;
375374
}
376375

0 commit comments

Comments
 (0)