You've already forked ada_language_server
mirror of
https://github.com/AdaCore/ada_language_server.git
synced 2026-02-12 12:45:50 -08:00
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
396 B
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