hawkyre
Linter not working after huge refactoring
I did a huge refactoring yesterday and apparently some code doesn’t fully compile so my linter isn’t working. it’s the same behaviour as when I am writing code and some import is missing or some obscure syntax error is there or something along those lines so until I figure it out it doesn’t lint everything properly, except this time I have no idea where the problem may be and elixir doesn’t seem to want to tell me. Any idea on how can I figure it out?
Most Liked
lud
I had the same kind of bug the other day and it competely filled my RAM ![]()
What worked for me : close all vscode windows ; killall beam.smp; delete the .elixir-ls directory in the project ; launch vs code.
After this, 0.14 worked like a charm.
LostKobrakai
These are likely errors of the new elixir-ls 0.14.0, which was releases yesterday and not your refactoring. In VScode you can try installing 0.13.0 (can be done in the UI) to confirm.







