We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d00b98 commit 46b0c67Copy full SHA for 46b0c67
src/PowerShellEditorServices.Protocol/Server/DebugAdapterBase.cs
@@ -62,11 +62,10 @@ await requestContext.SendResult(
62
SupportsFunctionBreakpoints = true
63
});
64
65
- // Send the Initialized event first so that we get breakpoints
+ // Send the Initialized event so that we get breakpoints
66
await requestContext.SendEvent(
67
InitializedEvent.Type,
68
null);
69
}
70
71
72
-
0 commit comments