Skip to content

Commit 46b0c67

Browse files
committed
Fixed comment.
1 parent 7d00b98 commit 46b0c67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PowerShellEditorServices.Protocol/Server/DebugAdapterBase.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ await requestContext.SendResult(
6262
SupportsFunctionBreakpoints = true
6363
});
6464

65-
// Send the Initialized event first so that we get breakpoints
65+
// Send the Initialized event so that we get breakpoints
6666
await requestContext.SendEvent(
6767
InitializedEvent.Type,
6868
null);
6969
}
7070
}
7171
}
72-

0 commit comments

Comments
 (0)