Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[I] Mark Saros/I as compatible with all JetBrains IDEs
Declares the basic module dependencies in the Saros/I plugin.xml, thereby declaring it as compatible with all JetBrains IDEs. This was done as JetBrains no longer allows pushing new plugin versions to the JetBrains Plugin Repository which don't declare any module dependencies (i.e. are "legacy plugins"). As the compatibility with other JetBrains IDEs was planned after the upcoming reference point migration anyway, rather then manually declaring the dependency to other IntelliJ-specific modules, it seems more sensible to allow the compatibility now and inform the users that compatibility with other JetBrains IDEs is not well tested (but should generally work). Plugin verification and smoke tests with CLion, PyCharm, WebStorm, and Rider did not reveal any issues. The plugin verifier run of the JetBrains Plugin Repository release should check for all other IDEs and possible versions. Updates the change notes to reflect that Saros is now compatible with all JetBrains IDEs. Resolves #443.
- Loading branch information