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.
1 parent 17b940f commit 46c94d1Copy full SHA for 46c94d1
CodeEdit/Features/Documents/WorkspaceDocument/WorkspaceDocument+Index.swift
@@ -24,7 +24,7 @@ extension WorkspaceDocument.SearchState {
24
isLoading: true
25
)
26
}
27
-
+
28
let (progressStream, continuation) = AsyncStream<Double>.makeStream()
29
// Dispatch this now, we want to continue after starting to monitor
30
Task { await self.monitorProgressStream(progressStream, activityId: activity.id) }
0 commit comments