Files
ada_language_server/gnat/README.md
Maxim Reznik 345f0b213d Add dependecies needed by generated LSP code
including
* Base message types client/server messages and derived
  notifications, requests, responses, progress reports,
* visitor interfaces to distinguish them
* readers specifications (as they are not generated)
* LSP.Structures body
* I/O tools to handle complicated implementations
* errors related responses (not included in JSON metamodel)
* Client_Message_Receiver to group all messages from server to client

Refs #1170
2023-10-02 12:53:08 +03:00

396 B

Provided projects

  • LSP - Ada implementation of LSP 3.16 messages and codecs to/from JSON
  • LSP_3_17 - Ada implementation of LSP 3.17 messages and codecs to/from JSON
  • LSP_Server - server part of the LSP protocol and Ada LSP server
  • LSP_Client - client part of the LSP protocol
  • Tester - Test driver for LSP server testsuite
  • Codec_Test - Test driver for Codec tests