v1.0.1: add optional com.intellij.modules.jcef depends for JCEF classloader on PyCharm 2026.x

This commit is contained in:
harmness
2026-09-10 23:05:43 +08:00
parent 47f3129dfb
commit 90ff9b107e
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,3 @@
<idea-plugin>
<!-- This file is loaded only when com.intellij.modules.jcef plugin is present -->
</idea-plugin>
+3
View File
@@ -12,6 +12,9 @@
<idea-version since-build="242" until-build="263.*"/>
<depends>com.intellij.modules.platform</depends>
<!-- 可选依赖:JCEF 存在时加载 jcef-support.xml(当前为空占位,
未来 JCEF 相关扩展会放进该文件)。缺少 JCEF 也不影响插件加载 -->
<depends optional="true" config-file="jcef-support.xml">com.intellij.modules.jcef</depends>
<extensions defaultExtensionNs="com.intellij">
<toolWindow