Skip to content

Instantly share code, notes, and snippets.

@eteubert
Created August 30, 2019 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eteubert/8a479b0f2bddf8d40bdba71b2356b9ce to your computer and use it in GitHub Desktop.
Save eteubert/8a479b0f2bddf8d40bdba71b2356b9ce to your computer and use it in GitHub Desktop.
ElixirLS + VSCode -- what to do if stuck
  1. Set elixirLS.fetchDeps to false
  2. Check that elixirLS.projectDir is set to .
  3. Close VSCode
  4. rm -rf deps _build .elixir_ls && mix deps.get
  5. Start VSCode

extracted from JakeBecker/elixir-ls#71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment