Skip to content

Commit

Permalink
elixirLS disable dialyzer by default (#2710)
Browse files Browse the repository at this point in the history
Not all Elixir projects use dialyzer and it can cause the editor
to slow down quite a bit on large projects if the PLT is not built.

See https://github.com/elixir-lsp/elixir-ls#dialyzer-integration=
  • Loading branch information
connorlay committed Jun 10, 2022
1 parent 567e71f commit f37ffaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ shebangs = ["elixir"]
roots = []
comment-token = "#"
language-server = { command = "elixir-ls" }
config = { elixirLS.dialyzerEnabled = false }
indent = { tab-width = 2, unit = " " }

[[grammar]]
Expand Down

0 comments on commit f37ffaa

Please sign in to comment.