asyncapi / jasyncapi-idea-plugin

/jay-sync-api/-idea-plugin is a IDEA plugin for AsyncAPI specification
https://plugins.jetbrains.com/plugin/15673-asyncapi
Apache License 2.0
10 stars 2 forks source link

feat: Use `since/until-build` instead of listing out all releases #58

Open philCryoport opened 2 months ago

philCryoport commented 2 months ago

Why do we need this improvement?

We're manually curating a laundry-list of every IDE release version.

How will this change help?

Simpler configuration file -- that doesn't need to be updated with every IDE release version

Screenshots

No response

How could it be implemented/designed?

Per https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1510

If no specific IDEs/versions are listed, it will verify against given since/until-build by default.

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

philCryoport commented 2 months ago

Hold up, the syntax proposed in doesn't work

theschles commented 2 weeks ago

Hold up, the syntax proposed in doesn't work

Finally heard back from JetBrains people. Now need to go back and look at this to see how to implement...