Skip to content

Commit 376a411

Browse files
fix initializeresponse payload
1 parent 460b55d commit 376a411

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/Dap.Protocol/Requests/InitializeResponse.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,5 @@
33

44
namespace OmniSharp.Extensions.DebugAdapter.Protocol.Requests
55
{
6-
public class InitializeResponse
7-
{
8-
/// <summary>
9-
/// The capabilities of this debug adapter.
10-
/// </summary>
11-
[Optional] public Capabilities Body { get; set; }
12-
}
13-
6+
public class InitializeResponse : Capabilities {}
147
}

0 commit comments

Comments
 (0)