Skip to content

Commit a9b5441

Browse files
committed
Removed exceptionBreakpointFilters capabilities field for now. The type (object) wasn't right and I don't think we would ever support this unless the PowerShell debug engine started to support this.
1 parent 6fee60b commit a9b5441

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/PowerShellEditorServices.Protocol/DebugAdapter/InitializeRequest.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,5 @@ public class InitializeResponseBody
5252
/// supports a (side effect free) evaluate request for data hovers.
5353
/// </summary>
5454
public bool SupportsEvaluateForHovers { get; set; }
55-
56-
/// <summary>
57-
/// Gets or sets the available filters for the setExceptionBreakpoints request.
58-
/// </summary>
59-
public object ExceptionBreakpointFilters { get; set; }
6055
}
6156
}

0 commit comments

Comments
 (0)