Skip to content

Commit

Permalink
feat(vcs): add flow.collect to CommitMessageSuggestionAction
Browse files Browse the repository at this point in the history
Add `kotlinx.coroutines.flow.collect` to `CommitMessageSuggestionAction` to collect flow values.
  • Loading branch information
phodal committed Jan 13, 2024
1 parent 66ef52f commit 396317b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@ import com.intellij.openapi.vcs.changes.Change
import com.intellij.openapi.vcs.ui.CommitMessage
import kotlinx.coroutines.flow.cancellable
import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.flow.collect

class CommitMessageSuggestionAction : ChatBaseAction() {
val logger = logger<CommitMessageSuggestionAction>()
Expand Down

0 comments on commit 396317b

Please sign in to comment.