mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
don't forget to actually initialize the server
This commit is contained in:
@@ -36,6 +36,7 @@ public final class BuildServerBuildSystem {
|
||||
self.buildFolder = buildFolder
|
||||
self.projectRoot = projectRoot
|
||||
self.serverConfig = config
|
||||
try self.initializeBuildServer()
|
||||
}
|
||||
|
||||
/// Creates a build system using the Build Server Protocol config.
|
||||
|
||||
Reference in New Issue
Block a user