You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic fetching of the dependencies in the background is problematic for many people (e.g. here) and may be even more problematic with the improved semantic recompilation of upcoming Elixir 1.13, as I explain in this issue.
It would be wise to turn this setting off by default, at the very least for new users.
The text was updated successfully, but these errors were encountered:
There were already race conditions (if the user runs `mix deps.get` at
the same time) and Elixir 1.13 semantic recompilation makes it worse.
Fixeselixir-lsp#626
Automatic fetching of the dependencies in the background is problematic for many people (e.g. here) and may be even more problematic with the improved semantic recompilation of upcoming Elixir 1.13, as I explain in this issue.
It would be wise to turn this setting off by default, at the very least for new users.
The text was updated successfully, but these errors were encountered: