Closed marty30 closed 2 years ago
Thanks for the heads up. I see that the Jasmine plugin still works (for now) but this error pops up every time a project that uses it is opened. This is on my to-do list. In the meantime, I'd be happy to review a pull request that fixes the problem.
@sgravrock This plugin is an answered prayer.. thank you!
Re: this issue... maybe I can help... can you outline the fix?
Based on the deprecation message, we probably need to implement our own getId
to return a constant like "IdeaJasmine"
or something similar.
JavaDoc says:
Returns the id of the run configuration that is used for serialization. For compatibility reason the default implementation calls the method getName instead of myType.getId(). New implementations need to call myType.getId() by default.
Based on that I've implemented the method in linked PR #19
I went ahead and merged the attached PR, since it follows the documentation and appears to work in IntelliJ. I haven't been able to test it in WebStorm though. Either the docs on how to do that are wrong, or more likely we need to upgrade to a newer version of the Gradle plugin before that's possible.
How do I get access to the change? Do you need to upgrade the version identifier of this plugin? Or push a new version to repositories used by RubyMine/IDEA?
Updates have been uploaded to JetBrains, awaiting review there for the most recent fixed. Version 1.6 should be available already, and version 1.8 should be available soon.
After upgrading Webstorm to the latest version (2021.3) I keep getting this error: