You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We notice that Spectral CLI was bundled within this Intellij Plugin in version 1.x but we see that it has been removed after versions 2.x.
Could you please share the rationale behind removing the binary from within the bundle?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi @sungjinwoo-arise, yes, in the beginning we thought it'd be a good idea to bundle the spectral binaries with the plugin to make using it as seamless as possible. However this turned out to be pretty unreliable. We had lots of issues with executing code on different systems. E.g. permissions which (rightfully) might not allow some IDE plugin to execute a new binary. It also was a pretty big hasstle to keep the binaries up to date and working on all different environments and operating systems.
That's why in the end we decided to do this breaking change and have the users install the binary themselfs.
The best way to execute spectral would be by invoking it through javascript directly like e.g. the VS Code plugin is doing it. But as far as I'm aware there is no option of doing so inside Jetbrains IDEs.
We notice that Spectral CLI was bundled within this Intellij Plugin in version 1.x but we see that it has been removed after versions 2.x.
Could you please share the rationale behind removing the binary from within the bundle?
Thanks in advance!
The text was updated successfully, but these errors were encountered: