I recently started using pants v2. I tried using this extension to load some of the code and it doesn't even detect the codebase.
Looking into the code of the plugin, this is happening because this line is looking for a directory called pants, which doesn't exist. It also runs the binary directly (./pants instead of using the one in the path). The widgets don't seem to be working, hiding the error messages.
I cloned it locally and changed the code to get it to build, but still wasn't able to import it yet. However, it seems achievable with a few hours of work.
My question is: was this code abandoned by pants, or should I expect an update some time soon?