File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/PowerShellEditorServices.Protocol Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ public class ExecutionStatusChangedEvent
10
10
/// <summary>
11
11
/// The notification type for execution status change events in the message protocol
12
12
/// </summary>
13
- /// <returns></returns>
14
13
public static readonly
15
14
NotificationType < object , object > Type =
16
15
NotificationType < object , object > . Create ( "powerShell/executionStatusChanged" ) ;
Original file line number Diff line number Diff line change @@ -1280,7 +1280,6 @@ await this.messageSender.SendEvent(
1280
1280
/// </summary>
1281
1281
/// <param name="sender">the PowerShell context sending the execution event</param>
1282
1282
/// <param name="e">details of the execution status change</param>
1283
- /// <returns></returns>
1284
1283
private async void PowerShellContext_ExecutionStatusChanged ( object sender , ExecutionStatusChangedEventArgs e )
1285
1284
{
1286
1285
await this . messageSender . SendEvent (
You can’t perform that action at this time.
0 commit comments