mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
With the introduction of secondary language services, we don’t expect every language service to implement every request anymore. To simplify the addition of language services like `DocumentationLanguageService` add default implementations for methods that satisfy the following criteria: - `SourceKitLSPServer` does not expect side effects to happen when they are called - The method can throw or there is a reasonable default value - It is reasonable to expect that not all language services need to implement it