mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
fixup
GitOrigin-RevId: 473257ec0830ee58c32e4f5ac07a4ba5c9509fd9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b700774b9a
commit
25d1303fdc
@@ -27,6 +27,7 @@ import com.jetbrains.python.sdk.poetry.poetryToml
|
||||
import com.jetbrains.python.sdk.poetry.pyProjectToml
|
||||
import com.jetbrains.python.sdk.poetry.setupPoetrySdkUnderProgress
|
||||
import com.jetbrains.python.statistics.InterpreterType
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.flow.StateFlow
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
@@ -266,7 +266,7 @@ internal fun Row.pythonInterpreterComboBox(
|
||||
return cell
|
||||
}
|
||||
|
||||
internal class PythonInterpreterComboBox(
|
||||
class PythonInterpreterComboBox(
|
||||
private val backingProperty: ObservableMutableProperty<PythonSelectableInterpreter?>,
|
||||
val controller: PythonAddInterpreterModel,
|
||||
val onPathSelected: (String) -> Unit,
|
||||
|
||||
Reference in New Issue
Block a user