Split toolchain-related functionality out of SKCore

This commit is contained in:
Alex Hoppen
2024-07-24 14:37:32 -07:00
parent 1ef71cf663
commit cfe18f1256
49 changed files with 104 additions and 32 deletions

View File

@@ -14,6 +14,7 @@ import LanguageServerProtocol
import SKCore
import SKSupport
import SourceKitLSP
import ToolchainRegistry
/// Launches a `SourceKitLSPServer` in-process and allows sending messages to it.
public final class InProcessSourceKitLSPClient: Sendable {