Skip to content

Commit d7ffc94

Browse files
committed
chore(devins-language): fix lost collect issue
1 parent 35cfb7b commit d7ffc94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exts/devins-lang/src/main/kotlin/cc/unitmesh/devti/language/run/DevInsRunConfigurationProfileState.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package cc.unitmesh.devti.language.run
22

3-
// DONT REMOVE THIS IMPORT
43
import cc.unitmesh.devti.agent.CustomAgentExecutor
54
import cc.unitmesh.devti.agent.model.CustomAgentConfig
65
import cc.unitmesh.devti.language.compiler.DevInsCompiler
@@ -27,7 +26,7 @@ import com.intellij.openapi.project.Project
2726
import com.intellij.openapi.vfs.VirtualFileManager
2827
import com.intellij.psi.PsiManager
2928
import com.intellij.ui.components.panels.NonOpaquePanel
30-
import kotlinx.coroutines.flow.Flow
29+
import kotlinx.coroutines.flow.*
3130
import kotlinx.coroutines.launch
3231
import kotlinx.coroutines.runBlocking
3332
import java.awt.BorderLayout

0 commit comments

Comments
 (0)