I am not sure what has changed but now ElixirLS does not work for me anymore. I am using the latest vscode (1.77.3) and the latest elixir ls extension (0.14.3). I have elixir 14.2 and OTP 25 installed through asdf. I get the following messages when starting with the command code .
:
ElixirLS - asc_enfusion client: couldn't create connection to server.
The ElixirLS - asc_enfusion server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
Here is the output:
Starting ElixirLS release v0.14.3
Running in /home/me/my_project
** (Mix.Error) Command "git --git-dir=.git fetch --force --quiet --progress --tags" failed
(mix 1.14.2) lib/mix.ex:513: Mix.raise/2
(mix 1.14.2) lib/mix/scm/git.ex:132: Mix.SCM.Git.checkout/2
(elixir 1.14.2) lib/file.ex:1607: File.cd!/2
(mix 1.14.2) lib/mix/dep/fetcher.ex:61: Mix.Dep.Fetcher.do_fetch/3
(mix 1.14.2) lib/mix/dep/converger.ex:213: Mix.Dep.Converger.all/9
(mix 1.14.2) lib/mix/dep/converger.ex:146: Mix.Dep.Converger.all/7
(mix 1.14.2) lib/mix/dep/converger.ex:95: Mix.Dep.Converger.all/4
(mix 1.14.2) lib/mix/dep/converger.ex:74: Mix.Dep.Converger.converge/4
I do have some settings in my .gitconfig as well. Any clues on what is going on? Thanks