elixir-lsp / elixir-ls

A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
https://elixir-lsp.github.io/elixir-ls/
Apache License 2.0
1.5k stars 198 forks source link

Little troubleshoot for nvim users who want to debug. #1117

Closed bus710 closed 1 month ago

bus710 commented 1 month ago

Goal

I just want to share my success story with others.

Environment

Current behavior

Expected behavior

Nothing expected, but the doc can tell that nvim users might want to do the steps I needed to do?

lukaszsamson commented 1 month ago

You should run release script instead of manually managing VERSION. You should also use debug_adapter.sh as executable. This is what VSCode does

bus710 commented 1 month ago

@lukaszsamson Thanks for your comment! I guess I overlooked this part if that is what the release script means.

Hope this PR can be helpful for other nvim users. Let me close it.