IDE packages 'org.intellij.markdown.flavours'

Hi

On the latest EAP that I uploaded, I see this:

The plugin distribution bundles IDE packages 'org.intellij.markdown.flavours', 'org.intellij.markdown.html.entities', 'org.intellij.markdown.flavours.commonmark', 'org.intellij.markdown', 'org.intellij.markdown.flavours.gfm.table', 'org.intellij.markdown.flavours.gfm.lexer', 'org.intellij.markdown.flavours.gfm', 'org.intellij.markdown.parser.sequentialparsers.impl', 'org.intellij.markdown.html', 'org.intellij.markdown.parser', 'org.intellij.markdown.ast', 'org.intellij.markdown.parser.markerblocks.impl', 'org.intellij.markdown.parser.constraints', 'org.intellij.markdown.ast.visitors', 'org.intellij.markdown.lexer', 'org.intellij.markdown.parser.sequentialparsers', 'org.intellij.markdown.flavours.space.lexer', 'org.intellij.markdown.parser.markerblocks', 'org.intellij.markdown.parser.markerblocks.providers', 'org.intellij.markdown.flavours.space', 'org.intellij.markdown.ast.impl'. Bundling IDE packages is considered bad practice and may lead to sophisticated compatibility problems. Consider excluding these IDE packages from the plugin distribution. If your plugin depends on classes of an IDE bundled plugin, explicitly specify dependency on that plugin instead of bundling it.

I tried to add it as a bundle dependency but still getting this issue.

What is the plugin ID that I need to add?

Have you tried org.intellij.plugins.markdown yet at all?

My bad ignore this topic.

Hehe, well did you end up getting it working? What’d you do?