Jason Axelson

Results 208 issues of Jason Axelson

From looking at the code (and experimenting) it appears that when you have a `change_type` in your configuration, a new session is generated (unless there is one to restore from):...

It seems likely that a future version of the Language Server Protocol will allow servers and clients to support UTF-8 instead of UTF-16: https://github.com/microsoft/language-server-protocol/issues/376#issuecomment-960633758 I'd like to request that `lsp-mode`...

Currently ElixirLS is packaged with https://github.com/JakeBecker/mix_task_archive_deps as `.ez` archives. This approach means that the language server is run by a different version of elixir than it was compiled with which...

For details see this forum post: https://elixirforum.com/t/problem-with-use-macro-in-vscode-elixirls/30450 Which goes along with this repository: https://github.com/JanKneiphof/autocomplete_problem/ I'm able to reproduce the problem locally but I've been having a hard time reproducing it...

bug
help wanted

``` ** (Mix.Error) Can't continue due to errors on dependencies ``` A little more info at: https://github.com/elixir-lsp/elixir-ls/pull/110/files/b82d658bd86be7ed1c649601cd9bedd7e7c83764..225c5ee9ffcabb9fde0143cd7695b8b411ddad68#r377047068 This needs concrete reproduction steps.

bug
help wanted

As of Elixir 1.13 `Macro.to_string/2` and should be replaced. However `Macro.to_string/1` is not a suitable replacement for our usage.

long term

Since we're likely to get a website soon (see #619 and the example site http://danpetrov.xyz/elixir-ls.github.io/) I've been thinking about lightweight ways to keep the website in sync with the released...

The errors in the following issues are similar: - https://github.com/elixir-lsp/elixir-ls/issues/530 - https://github.com/elixir-lsp/elixir-ls/issues/449 - https://elixirforum.com/t/dialyzer-in-elixirls-cannot-access-beam-files-for-core-erlang-code/38038 One time this can happen is when using asdf with a "ref" version (e.g. `ref:v1.11.4`). There...

It has been removed/changed in Elixir 1.9-dev. Upstream issue: https://github.com/JakeBecker/elixir-ls/issues/155