Skip to content

Commit 8063574

Browse files
authored
Small update for readme and changelog (#287)
Replace known issue with dialyzer cpu usage
1 parent 5497513 commit 8063574

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Changes:
1818
Bug Fixes:
1919
- Formatting was returning invalid floating point number (thanks [Thanabodee Charoenpiriyakij](https://github.com/wingyplus)) [#250](https://github.com/elixir-lsp/elixir-ls/pull/250)
2020
- Fix detection of empty hover hints (thanks [Dmitry Gutov](https://github.com/dgutov)) [#279](https://github.com/elixir-lsp/elixir-ls/pull/279)
21+
- Debugger doesn't fail when modules cannot be interpretted (thanks [Łukasz Samson](https://github.com/lukaszsamson)) (such as nifs) [#283](https://github.com/elixir-lsp/elixir-ls/pull/283)
2122

2223
House keeping:
2324
- Server runs with a unique id (and uses it to disambiguate commands) (thanks [Alessandro Tagliapietra](https://github.com/alex88)) [#278](https://github.com/elixir-lsp/elixir-ls/pull/278)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ and you installed Elixir and Erlang from the Erlang Solutions repository, you ma
157157
* 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)
158158
* "Go to definition" does not work within the `scope` of a Phoenix router
159159
* On-hover docs do not work with erlang modules or functions (better support of EEP-48 is needed)
160-
* "Find references" does not work on Elixir 1.10.x [#257](https://github.com/elixir-lsp/elixir-ls/issues/257)
160+
* On first launch dialyzer will cause high CPU usage for a considerable time
161+
* Possible mitigation in [#96](https://github.com/elixir-lsp/elixir-ls/issues/96)
161162

162163
## Building and running
163164

0 commit comments

Comments
 (0)