OmniSharp/csharp-language-server-protocol

[Info Request] Recommended Set-BreakpointsFeature Lines replacement

JustinGrote opened this issue · 0 comments

What is the recommended replacement of this now obsoleted behavior?

/// <summary>
/// Deprecated: The code locations of the breakpoints.
/// </summary>
[Obsolete("Deprecated")]
[Optional]
public Container<long>? Lines { get; init; }