Files
openide/plugins/devkit/devkit-java-tests/testData/codeInsight/pluginAttributes.xml
Yuriy Artamonov bc75fdf669 [devkit] IJPL-163797 Highlight implementation-detail plugins as deprecated
Fix warning message

GitOrigin-RevId: 8d66be816c3646ab7111dff603766d8f1f63f560
2025-11-20 18:02:56 +00:00

8 lines
600 B
XML

<idea-plugin <error descr="Package attribute usage is discouraged and deprecated, content modules should be packaged into separate jars under `lib/modules/`. Refer to attribute documentation for details.">package="com.intellij"</error>
<error descr="It's not recommended to mark a plugin as \"implementation-detail\": use a regular plugin visible to users">implementation-detail="false"</error>
allow-bundled-update="false"
require-restart="false"
url="https://www.jetbrains.com">
<id>com.intellij</id>
<vendor>JetBrains</vendor>
</idea-plugin>