in core/src/main/kotlin/com/jetbrains/aspire/worker/AspireAppHost.kt [54:65]
override fun processStarted(
executorId: String,
env: ExecutionEnvironment,
handler: ProcessHandler
) {
val profile = env.runProfile
if (profile is SessionProfile) {
val appHostMainFilePath = profile.aspireHostProjectPath ?: return
if (mainFilePath != appHostMainFilePath) return
setSessionProfile(profile)
}
}