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
| Kate |[built-in LSP Client plugin](https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/)| Does not support debug adapter |
39
+
| Neovim |[coc.nvim](https://github.com/neoclide/coc.nvim)| Does not support debug adapter |
40
40
| Neovim |[nvim-dap](https://github.com/mfussenegger/nvim-dap)| Supports debug adapter only |
41
-
| Neovim |[nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)| Does not support debug adapter |
41
+
| Neovim |[nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)| Does not support debug adapter |
42
42
| Nova |[nova-elixir-ls](https://github.com/raulchedrese/nova-elixir-ls)||
43
-
| Sublime Text |[LSP-elixir](https://github.com/sublimelsp/LSP-elixir)| Does not support debug adapter |
44
-
| Vim/Neovim |[ALE](https://github.com/w0rp/ale)| Does not support debug adapter or @spec suggestions |
45
-
| Vim/Neovim |[elixir-lsp/coc-elixir](https://github.com/elixir-lsp/coc-elixir)| Does not support debug adapter |
46
-
| Vim/Neovim |[vim-lsp](https://github.com/prabirshrestha/vim-lsp)| Does not support debug adapter |
47
-
| VS Code |[elixir-lsp/vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls)| Supports all ElixirLS features |
48
-
| Helix |[elixir-lsp](https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers#elixir)| Supports all ElixirLS features |
49
-
| Zed |[elixir language support](https://zed.dev/docs/languages/elixir)| Supports all ElixirLS features |
43
+
| Sublime Text |[LSP-elixir](https://github.com/sublimelsp/LSP-elixir)| Does not support debug adapter |
44
+
| Vim/Neovim |[ALE](https://github.com/w0rp/ale)| Does not support debug adapter or @spec suggestions |
45
+
| Vim/Neovim |[elixir-lsp/coc-elixir](https://github.com/elixir-lsp/coc-elixir)| Does not support debug adapter |
46
+
| Vim/Neovim |[vim-lsp](https://github.com/prabirshrestha/vim-lsp)| Does not support debug adapter |
47
+
| VS Code |[elixir-lsp/vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls)| Supports all ElixirLS features |
48
+
| Helix |[elixir-lsp](https://github.com/helix-editor/helix/wiki/Language-Server-Configurations#elixir)| Supports all ElixirLS features|
49
+
| Zed |[elixir language support](https://zed.dev/docs/languages/elixir)| Supports all ElixirLS features|
50
50
51
51
Please feel free to create and publish your own client packages and add them to this list!
52
52
@@ -379,7 +379,7 @@ Below is a list of configuration options supported by the ElixirLS Debug Adapter
379
379
<dt>taskArgs</dt><dd>A list of arguments to mix task</dd>
380
380
<dt>debugAutoInterpretAllModules</dt><dd>Auto interpret all modules from project build path. Defaults to <code>true</code>.</dd>
381
381
<dt>env</dt><dd>An object with environment variables - To set Object keys, specify environment variables; values should be strings.</dd>
382
-
<dt>stackTraceMode</dt><dd>Option passed to <code>:int.stack_trace/1</code>. See <ahref='https://www.erlang.org/doc/man/int#stack_trace-1'>:int.stack_trace/1</a> for details. Allowed values are <code>all</code>, <code>no_tail</code>, and <code>false</code>.</dd>
382
+
<dt>stackTraceMode</dt><dd>Option passed to <code>:int.stack_trace/1</code>. See <ahref='https://www.erlang.org/doc/man/int#stack_trace/1'>:int.stack_trace/1</a> for details. Allowed values are <code>all</code>, <code>no_tail</code>, and <code>false</code>.</dd>
383
383
<dt>requireFiles</dt><dd>A list of additional files that should be required and interpreted - This is especially useful for debugging tests.</dd>
384
384
<dt>debugInterpretModulesPatterns</dt><dd>A list of globs specifying modules that should be interpreted</dd>
385
385
<dt>projectDir</dt><dd>An absolute path to the directory where `mix.exs` is located - In VSCode, <code>${workspaceRoot}</code> can be used.</dd>
0 commit comments