How to uninstall unlisted plugin?

I installed the Haskell plugin to Rubymine. This also pulled in the Haskforce plugin.

Then I uninstalled the Haskell plugin, and now I get the following error at every IDE start:

But I cannot uninstall "Haskforce" from the plugin menu because it is not there:

What can I do?

0

Ah, found it:

$ strace rubymine &> trace.txt
$ grep -i hask trace.txt  

 The HaskForce (id=com.haskforce, path=~/.local/share/JetBrains/RubyMine2021.1/HaskForce, version=0.3.46) plugin Plugin 'HaskForce' is compatible with IntelliJ IDEA only because it doesn't define any explicit module dependencies
$ rm -rf =~/.local/share/JetBrains/RubyMine2021.1/HaskForce
0

请先登录再写评论。