LSP specification: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/
- Full LSP 3.18 support
- Use Text.Json source genration, no dependency on Newtonsoft.Json
- Ahead-of-time (AOT) compilation support
dotnet add package EmmyLua.LanguageServer.Framework
see: LanguageServer.Test
Project
TODO