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
Heya π
We have autoBuild and fetchDeps set to enabled
but really often we have the elixir_ls extension that breaks because of some dependency that changed (for instance checkout of another branch, git pull, etc.)
Currently we have to rm -fr .elixir_ls/, reload the server and wait for a new compilation each time this happens.
It's a real pain.
Is there anyway to fix this one and for all ?