VS Code fetching deps on each save

Dear forum members,

My VS Code is invoking mix deps.get each time I save a file.

It is only fetching LiveView and regardless of the fact that LiveView is already installed.

Honestly, as a relative newbie I can’t say for sure if this is expected behavior or not. Also, I’ve come up short when researching the issue.

Any in put would be appreciated.

Thank you in advance.

I had a similar issue with elixir_ls constantly fetching deps, I discovered it was because installing one of the dependencies was failing due to some build error. I quit my editor, deleted the .elixir_ls folder and reopened my editor and that resolved the problem. Maybe try that?

3 Likes

Indeed – that did the trick :clap:t2:

Thank you for taking the time @John-Goff!

1 Like