From 0bc58e5ffb8f5d765a602c4ca395717b093f0e02 Mon Sep 17 00:00:00 2001 From: Nikita Iarychenko Date: Tue, 7 Jul 2026 18:22:56 +0400 Subject: [PATCH] OpenIDE add amplicode for 262 version --- openide/src/ru/openide/OpenIdePluginBundler.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openide/src/ru/openide/OpenIdePluginBundler.kt b/openide/src/ru/openide/OpenIdePluginBundler.kt index 164a4645cb6e..310a51e22706 100644 --- a/openide/src/ru/openide/OpenIdePluginBundler.kt +++ b/openide/src/ru/openide/OpenIdePluginBundler.kt @@ -33,8 +33,8 @@ object OpenIdePluginBundler { private val plugins = listOf( Marketplace("com.haulmont.intellij.rupack", "ru_pack"), Marketplace("ru.openide.pro.updater", "updater"), - //Marketplace("com.haulmont.amplicode", "amplicode"), - //DirectUrl("https://download.openide.ru/plugins/OpenIDE-DB-Client-0.0.17.zip", "dbclient") + DirectUrl("https://download.openide.ru/plugins/amplicode_261_idea_262-b6263-signed.zip", "amplicode"), + DirectUrl("https://download.openide.ru/plugins/OpenIDE-DB-Client-0.0.17.zip", "dbclient") ) fun getBundlePluginPaths(context: BuildContext): List {