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:
@@ -153,10 +153,6 @@ extension CompilationDatabaseBuildSystem: BuiltInBuildSystem {
|
||||
)
|
||||
}
|
||||
|
||||
package func toolchain(for uri: DocumentURI, _ language: Language) async -> Toolchain? {
|
||||
return nil
|
||||
}
|
||||
|
||||
package func waitForUpToDateBuildGraph() async {}
|
||||
|
||||
private func database(for uri: DocumentURI) -> CompilationDatabase? {
|
||||
|
||||
Reference in New Issue
Block a user