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