mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Rename BuildSystem to BuiltInBuildSystem
This commit is contained in:
@@ -254,7 +254,7 @@ private func readReponseDataKey(data: LSPAny?, key: String) -> String? {
|
||||
return nil
|
||||
}
|
||||
|
||||
extension BuildServerBuildSystem: BuildSystem {
|
||||
extension BuildServerBuildSystem: BuiltInBuildSystem {
|
||||
package nonisolated var supportsPreparation: Bool { false }
|
||||
|
||||
/// The build settings for the given file.
|
||||
|
||||
Reference in New Issue
Block a user