diff --git a/platform/remoteDev-util/src/com/intellij/remoteDev/downloader/EmbeddedClientLauncher.kt b/platform/remoteDev-util/src/com/intellij/remoteDev/downloader/EmbeddedClientLauncher.kt index 2b923d536be4..fccaeb0d3a8b 100644 --- a/platform/remoteDev-util/src/com/intellij/remoteDev/downloader/EmbeddedClientLauncher.kt +++ b/platform/remoteDev-util/src/com/intellij/remoteDev/downloader/EmbeddedClientLauncher.kt @@ -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", )