Register language services in a dynamic registry

This commit is contained in:
Alex Hoppen
2025-07-17 08:47:06 +02:00
parent c83061e341
commit 4f792e8781
7 changed files with 65 additions and 61 deletions

View File

@@ -60,6 +60,7 @@ public final class InProcessSourceKitLSPClient: Sendable {
self.server = SourceKitLSPServer(
client: serverToClientConnection,
toolchainRegistry: toolchainRegistry,
languageServerRegistry: LanguageServiceRegistry(),
options: options,
hooks: hooks,
onExit: {