mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[qodana] QD-10147 Enable php.additional.library.manager.new.updater=true in Qodana
GitOrigin-RevId: f5e61015952dff21ef63d3eafb154758897f8710
This commit is contained in:
committed by
intellij-monorepo-bot
parent
059b5266dd
commit
4331ed9295
@@ -16,7 +16,8 @@ private val COMMON_ADDITIONAL_VM_OPTIONS = listOf(
|
||||
"-Dscanning.in.smart.mode=false",
|
||||
"-Deap.login.enabled=false",
|
||||
"-Dsdk.download.consent=true",
|
||||
"-Deslint.service.expiration.timeout.ms=5000"
|
||||
"-Deslint.service.expiration.timeout.ms=5000",
|
||||
"-Dphp.additional.library.manager.new.updater=true",
|
||||
)
|
||||
|
||||
private const val IS_EAP = false
|
||||
|
||||
Reference in New Issue
Block a user