Replies: 1 comment
-
Hey @kostafey, from looking at the logs you've pasted this actually looks like the Java language server that is throwing this issue, not Metals. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I remove project from import and scanning completely.
I used Emacs command
projectile-remove-known-project
.I removed project itself by calling
rm
on the project directory.But metals attempts import it any time it starts.
So, how can I remove it completely?
Beta Was this translation helpful? Give feedback.
All reactions