ChimeHQ / LanguageClient

Language Server Protocol (LSP) client for Swift
BSD 3-Clause "New" or "Revised" License
94 stars 10 forks source link

`InitializingServer.handleRequest` never replies #23

Open mattmassicotte opened 1 month ago

mattmassicotte commented 1 month ago

The method does process clientRegisterCapability and clientUnregisterCapability, but never actually replies to the server.