From ed59fba847ef36b3b124f8d84b53392cd207113d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Samson?= Date: Wed, 11 Jun 2025 09:51:55 +0200 Subject: [PATCH] Remove outdated Elixir 1.10 debugger note --- docs/known-issues-limitations.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/known-issues-limitations.md b/docs/known-issues-limitations.md index 8dc179419..abed56cf8 100644 --- a/docs/known-issues-limitations.md +++ b/docs/known-issues-limitations.md @@ -2,7 +2,6 @@ * `.exs` files don't return compilation errors * "Fetching n dependencies" sometimes get stuck (remove the `.elixir_ls` directory to fix) -* 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) * "Go to definition" does not work within the `scope` of a Phoenix router * On first launch dialyzer will cause high CPU usage for a considerable time * Dialyzer does not pick up changes involving remote types (https://github.com/elixir-lsp/elixir-ls/issues/502)