Skip to content

Commit 468efaf

Browse files
authored
Update readme
remove no longer valid limitations Add info about dialyzer limitation Do not point to Dialyxir as we do not maintain API/feature compatibility
1 parent 7a9bbc3 commit 468efaf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ You can control which warnings are shown using the `elixirLS.dialyzerWarnOpts` s
193193

194194
To disable Dialyzer completely, set `elixirLS.dialyzerEnabled` to false.
195195

196-
Check usage details in Dialyxir docs on [GitHub](https://github.com/jeremyjh/dialyxir#usage) and [hexdocs](https://hexdocs.pm/dialyxir/readme.html).
196+
Sometimes dialyzer can get stuck with incorrect/no longer applying warnings. It's best to restart the language server in that case.
197197

198198
ElixirLS's Dialyzer integration uses internal, undocumented Dialyzer APIs, and so it won't be robust against changes to these APIs in future Erlang versions.
199199

@@ -253,9 +253,8 @@ https://github.com/elixir-lsp/elixir-ls/issues/364#issuecomment-829589139
253253
* "Fetching n dependencies" sometimes get stuck (remove the `.elixir_ls` directory to fix)
254254
* Debugger doesn't work in Elixir 1.10.0 - 1.10.2 (but it should work in 1.10.3 when [this fix](https://github.com/elixir-lang/elixir/pull/9864) is released)
255255
* "Go to definition" does not work within the `scope` of a Phoenix router
256-
* On-hover docs do not work with erlang modules or functions (better support of EEP-48 is needed)
257256
* On first launch dialyzer will cause high CPU usage for a considerable time
258-
* ElixirLS requires a workspace to be opened. Editing single-files is not supported [#307](https://github.com/elixir-lsp/elixir-ls/issues/307)
257+
* Dialyzer does not pick up changes involving remote types (https://github.com/elixir-lsp/elixir-ls/issues/502)
259258

260259
## Building and running
261260

0 commit comments

Comments
 (0)