Open callicles opened 3 years ago
Looks like this is WIP: https://github.com/pantsbuild/intellij-pants-plugin/pull/578
any updates on 2020.3 support?
Hey, we pushed it to the bleeding edge channel https://plugins.jetbrains.com/plugin/7412-pants-support/versions/bleedingedge
I tested and a few things are not working anymore:
I tested and a few things are not working anymore:
- currently, when executing [Cntrl] + [Shift] + [A] and run "Refresh pants project", it triggers an export which will re-create generated sources, e.g. thrift generation. It also tells Intellij to load new dependencies. This is not working anymore (e.g. ./pants server shows no command being executed)
- Running tests with pants does not work, it's not using pants to compile but Intellij build in (which fails because it does not resolve internal dependencies properly).
having the same issue with running tests.
any update on the fix for running tests with pants? thanks!
The pants plugin right now is not compatible with the last version of intellij