We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e50b0 commit 874e50bCopy full SHA for 874e50b
1 file changed
jetbrains_plugin/src/main/resources/META-INF/plugin.xml
@@ -104,6 +104,9 @@ SPDX-License-Identifier: Apache-2.0
104
<!-- Product and plugin compatibility requirements.
105
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
106
<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>
110
<depends>org.jetbrains.plugins.terminal</depends>
111
112
<!-- Extension points defined by the plugin.
0 commit comments