mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Implement toolchain(for:) using BSP
This commit is contained in:
@@ -330,10 +330,6 @@ extension BuildServerBuildSystem: BuiltInBuildSystem {
|
||||
)
|
||||
}
|
||||
|
||||
package func toolchain(for uri: DocumentURI, _ language: Language) async -> Toolchain? {
|
||||
return nil
|
||||
}
|
||||
|
||||
package func waitForUpToDateBuildGraph() async {}
|
||||
|
||||
package func addSourceFilesDidChangeCallback(_ callback: @escaping () async -> Void) {
|
||||
|
||||
Reference in New Issue
Block a user