JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

Add bundled plugin dependencies via plugin id instead of folder name #52

Closed mutcianm closed 4 years ago

mutcianm commented 4 years ago

Bundled plugin folders are sometimes renamed in the platform which results in "cannot find bundled plugin: check plugin name" error, while the plugin itself is still there. Since plugins tend to have stable plugin ids it would be reasonable to use them instead of relying on folder structure.