[rdct] use the proper name for system property when starting JetBrains Client (RDCT-679)

It should be equal to the property used in ModuleBasedProductLoadingStrategy, otherwise the proper mode isn't used, and the platform tries to load modules which aren't compatible with JetBrains Client.

GitOrigin-RevId: 0dfe3b69e45594db213e75d58c226e8f20b0df02
This commit is contained in:
Nikolay Chashnikov
2023-10-30 18:18:04 +01:00
committed by intellij-monorepo-bot
parent 48bd927ff2
commit 94c9f17e0e

View File

@@ -141,7 +141,7 @@ class EmbeddedClientLauncher private constructor(private val moduleRepository: R
"-Didea.paths.customizer=com.intellij.platform.ide.impl.startup.multiProcess.PerProcessPathCustomizer",
"-Dintellij.platform.runtime.repository.path=${moduleRepositoryPath.pathString}",
"-Dintellij.platform.root.module=${CLIENT_ROOT_MODULE.stringId}",
"-Dintellij.platform.product.scope=${ProductMode.FRONTEND.id}",
"-Dintellij.platform.product.mode=${ProductMode.FRONTEND.id}",
"-Dintellij.platform.load.app.info.from.resources=true",
"-Dsplash=true",
)