Skip to content

Commit 874e50b

Browse files
committed
add jcef to manifest
1 parent 06e50b0 commit 874e50b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • jetbrains_plugin/src/main/resources/META-INF

jetbrains_plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ SPDX-License-Identifier: Apache-2.0
104104
<!-- Product and plugin compatibility requirements.
105105
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
106106
<depends>com.intellij.modules.platform</depends>
107+
<!-- JCEF moved from the platform classloader into this bundled plugin in 2026.2 (build 262).
108+
Keep the dependency optional because older supported IDEs expose JCEF directly from the platform. -->
109+
<depends optional="true">com.intellij.modules.jcef</depends>
107110
<depends>org.jetbrains.plugins.terminal</depends>
108111

109112
<!-- Extension points defined by the plugin.

0 commit comments

Comments
 (0)