Skip to content

Commit

Permalink
The hack is not needed here, actually
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jul 17, 2024
1 parent e657bf2 commit a7565eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haxeLanguageServer/Context.hx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class Context {
case DResult("") if (method == DisplayMethods.Diagnostics):
haxeDisplayProtocol.handleMessage(({
jsonrpc: Protocol.PROTOCOL_VERSION,
id: @:privateAccess haxeDisplayProtocol.nextRequestId - 1, // ew..
id: (cast message : RequestMessage).id,
result: {result: []}
} : ResponseMessage));
case DResult(msg):
Expand Down

0 comments on commit a7565eb

Please sign in to comment.