We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
indexProgressManager.indexStatusDidChange
1 parent f0be6d6 commit 6067c88Copy full SHA for 6067c88
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -507,6 +507,9 @@ public actor SourceKitLSPServer {
507
private var workspacesAndIsImplicit: [(workspace: Workspace, isImplicit: Bool)] = [] {
508
didSet {
509
uriToWorkspaceCache = [:]
510
+ // `indexProgressManager` iterates over all workspaces in the SourceKitLSPServer. Modifying workspaces might thus
511
+ // update the index progress status.
512
+ indexProgressManager.indexStatusDidChange()
513
}
514
515
0 commit comments