LanguageClient
LanguageClient copied to clipboard
Language Server Protocol (LSP) client for Swift
Hi, I was refactoring some of my code and stumbled upon a weird issue: I couldn't get events from `eventSequence` (in `RestartingServer`) anymore. When I added a delay, it works...
SwiftUI Previews fail to load when using this package due to many compile errors related to the ProcessEnv and FSEventsWrapper dependencies. Here's a build log showing the errors: [Build for...
Would be nice to support behavior for how the `RestartingServer` restarts. Currently, there's a 5 second cooldown hardcoded in: https://github.com/ChimeHQ/LanguageClient/blob/253b8a0d2ea2a8c84cbd51dd6931ae0936b1f1f9/Sources/LanguageClient/RestartingServer.swift#L232 Possible idea: ```swift enum RestartBehavior { case nextRequest case afterCooldown(seconds:...
Hello, do you know why I would get the following compile errors after installing the LanguageClient package into a new XCode CLI project? ``` .../SourcePackages/checkouts/LanguageServerProtocol/Sources/LanguageServerProtocol/Additions/JSONRPCServer.swift:275:84: error: 'RequestHandler' is not a...
Hey there, and thanks for your time! First off, thank you for sharing this repository and work to open up access to the Swift LSP for more folks to use....
I'm running up against an issue where the `shutdownAndExit` method is called on a server instance, but seems to wait forever after sending the `.shutdown` request. After doing some digging,...
When setting `xcode-select` to Xcode 15.4 and request a diagnostics on a document it successfully decodes and items are returned. However When using Xcode 16 the items array is empty....
Seems like it is possible to create a server and interact with in such that it does start up the underlying process but never then shuts it down. Need to...
The method does process `clientRegisterCapability` and `clientUnregisterCapability`, but never actually replies to the server.
https://github.com/aus-der-Technik/FileMonitor