Skip to content

Commit f5a2e18

Browse files
darthorimarintellij-monorepo-bot
authored andcommitted
[lsp] remove the extra context parameter requirement from LSConcurrentResponseHandler.respondDirectlyWithResultsCollectedConcurrently
GitOrigin-RevId: 51c628c1c10df7eff89af583dce9baa80523ae44
1 parent 309e012 commit f5a2e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.features/src/com/jetbrains/ls/api/features/partialResults/LSConcurrentResponseHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import kotlinx.coroutines.flow.toList
1414
import kotlinx.serialization.KSerializer
1515

1616
internal object LSConcurrentResponseHandler {
17-
context(_: LspHandlerContext, _: LSServer)
17+
context(_: LSServer)
1818
suspend fun <H, R> respondDirectlyWithResultsCollectedConcurrently(
1919
providers: List<H>,
2020
getResults: (H) -> Flow<R>

0 commit comments

Comments
 (0)