mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Provide semantic functionality for packages that are subdirectories of a workspace folder
rdar://119740711
This commit is contained in:
@@ -43,7 +43,7 @@ func executable(_ name: String) -> String {
|
||||
/// Provides build settings from a build server launched based on a
|
||||
/// `buildServer.json` configuration file provided in the repo root.
|
||||
public actor BuildServerBuildSystem: MessageHandler {
|
||||
let projectRoot: AbsolutePath
|
||||
public let projectRoot: AbsolutePath
|
||||
let buildFolder: AbsolutePath?
|
||||
let serverConfig: BuildServerConfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user