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
At the moment, the mob IDE plugin only works on a fixed master branch while the mob.sh use the so-called base branch, normally a feature branch. Instead, it should detect the current branch and use that or even better, always use CLI mob.sh.
Current situation
intellij-mob reimplements features of mob in Kotlin. There’s danger that both tools might get incompatible with each other.
Idea
One could compile mob to a c-library that can be called from Java. This way, the plugin could reuse mob.
The text was updated successfully, but these errors were encountered: