Alexandr Evstigneev
Alexandr Evstigneev
Most likely this plugin won't be updated anymore in favor of built-in psi viewer. The only advantage of this one was the objects introspection, but the built it one can...
you need to run the ide in internal mode I believe to make it available.
https://plugins.jetbrains.com/docs/intellij/enabling-internal.html
To load coverage IDE runs external process: ``` /opt/homebrew/Cellar/perl/5.38.2_1/bin/perl -I/Users/blubber/dev/afroc/SHARED//SHARED -I/Users/blubber/dev/afroc/SHARED//SHARED/lib/execution_module -I/Users/blubber/dev/afroc/SHARED//SHARED/lib/execution_module/t "-I/Users/blubber/Library/Application Support/JetBrains/IdeaIC2024.1/plugins/plugin/perl/lib" /Users/blubber/perl5/bin/cover --silent --nosummary -report camelcade /Users/blubber/Library/Caches/JetBrains/IdeaIC2024.1/coverage/afroc_S_Tests_from__GetDiskInfo_t_ ``` You may try to run one from the command...
Not sure this is the cause. I will try to reproduce this on my side, but not sure when I'll be able to. Or you may try to run the...
- Clone the repo. - Open it in IDEA - wait till project is imported - Run/Debug `Run Plugin` run configuration. It just runs the second IDE with plugin from...
Interesting. Yes, have a few: - try to run plugin from sources (not debug) and see if problem persists. Debugging itself may cause/fix some concurrency-related issues. - you are running...
Hm. total mystery for now. you could send me your zipped logs dir to the email `hurricup` in gmail and i'll look into them.
Use `buildPlugin` run configuration. It should create a zip files in the `build/...something/` dir
Any updates on this? Did you have a chance to check with 2024.2?