mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Update links for repositories moved to the swiftlang org on GitHub
This commit is contained in:
@@ -355,13 +355,13 @@ extension BuildServerBuildSystem: BuildSystem {
|
||||
|
||||
public func sourceFiles() async -> [SourceFileInfo] {
|
||||
// BuildServerBuildSystem does not support syntactic test discovery or background indexing.
|
||||
// (https://github.com/apple/sourcekit-lsp/issues/1173).
|
||||
// (https://github.com/swiftlang/sourcekit-lsp/issues/1173).
|
||||
return []
|
||||
}
|
||||
|
||||
public func addSourceFilesDidChangeCallback(_ callback: @escaping () async -> Void) {
|
||||
// BuildServerBuildSystem does not support syntactic test discovery or background indexing.
|
||||
// (https://github.com/apple/sourcekit-lsp/issues/1173).
|
||||
// (https://github.com/swiftlang/sourcekit-lsp/issues/1173).
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user