LspService constructor
LspService()
Creates a service backed by a fresh in-process server — no transport, no
dart:io. The initialize handshake runs lazily; await ready (or any
query) to observe the server's InitializeResult.
Implementation
factory LspService() => LspService._(LspClient.inProcess(), true);