JakeBecker / elixir-ls

A frontend-independent IDE "smartness" server for Elixir. Implements the JSON-based "Language Server Protocol" standard and provides debugger support via VS Code's debugger protocol.
Apache License 2.0
843 stars 52 forks source link

Point new elixir_sense repository #195

Closed niku closed 4 years ago

niku commented 4 years ago

According to README in msaraiva/elixir_sense, the repository has been moved to elixir-lsp/elixir_sense.

rodrigues commented 4 years ago

Hi @niku nice you've already opened this, I'd also add this change, so the documentation also points to the new official repo.

niku commented 4 years ago

Thank you @rodrigues. I've forgot updating documentation 😅

I'd like to merge your change but want to keep commit hash 3bf4be374abfcd0cafa543fa3782b9a75333246b. Because I'm afraid the latest commit a95ce63bf3f86421b88ecb6ae41e2ce7a24be63c of elixir-sence had breaking changes. For example, elixir-ls master HEAD uses Introspection.split_mod_fun_call/0 but is is removed at this commit on elixir-sence.

Would you like to update your mix.exs in your change to keep currently commit hash?

niku commented 4 years ago

I've merged @rodrigues 's commit. Thanks!

niku commented 4 years ago

I've found a discussion. There have already solved in the new one. So I close this issue.