diff --git a/platform/bootstrap/src/com/intellij/idea/Main.kt b/platform/bootstrap/src/com/intellij/idea/Main.kt index fbffdf36ca3a..49a84c1adaae 100644 --- a/platform/bootstrap/src/com/intellij/idea/Main.kt +++ b/platform/bootstrap/src/com/intellij/idea/Main.kt @@ -197,6 +197,8 @@ private fun initRemoteDev(args: List) { val isSplitMode = args.firstOrNull() == AppMode.SPLIT_MODE_COMMAND if (isSplitMode) { + System.setProperty("jb.privacy.policy.text", "") + System.setProperty("jb.consents.confirmation.enabled", "false") System.setProperty("idea.initially.ask.config", "never") }