The 23.2 webstorm will be compatible with 23.2 version of NS plugin.
c
creece
08/11/2023, 3:22 PM
Question on the compatibility stuff. The webstorm API does not break anything that often and you can have the webstorm plugin app XML define that you don't need a particular version and it'll work with any version of webstorm (or any other jetbrains product). Are you adding versions to the webstorm app for any reason besides just trying to control IF it breaks?
a
Ali Syed (NS DevTools QA)
08/11/2023, 3:27 PM
Webstorm usually is changing APIs in major versions recently. Which has been causing some issues. So we test test the early access webstorm version with our plugin, and make any necessary changes. Thats why we are adding version checks.
Ali Syed (NS DevTools QA)
08/11/2023, 3:28 PM
We also found some issues in 23.2 webstorm with 23.1 version of plugin, we fixed those issues and when you upgrade to 23.2 NS plugin, it should be compatible.
👍 1
c
creece
08/11/2023, 3:29 PM
Gotcha. Thanks for the clarification. That's no good that they keep putting in non-passive changes. Keep up the good fight 🙂
k
Keith Fetterman
08/11/2023, 5:46 PM
@Ali Syed (NS DevTools QA) thank you for updating the plug-in quickly. I was going to roll back my WebStorm version to 23.1.4 today. I appreciate it that I don’t have to.