mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[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:
committed by
intellij-monorepo-bot
parent
48bd927ff2
commit
94c9f17e0e
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user