File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,15 @@ ElixirLS generally aims to support the last three released versions of Elixir an
109
109
| OTP Versions | Elixir Versions | Supports ElixirLS | Issue(s) |
110
110
| :-------------: | :-------------: | :---------------: | :--------------------------------------------------------: |
111
111
| any | <= 1.12 | No | No support for Code.Fragment |
112
- | 22 | 1.12 | Yes | Erlang docs not working (requires EIP 48) |
112
+ | 22 | 1.12 - 1.13 | Yes | Erlang docs not working (requires EIP 48) |
113
113
| 23 | 1.12 - 1.14 | Yes | None |
114
114
| 24 | 1.12 - 1.16 | Yes | None |
115
- | 25 | 1.13.4 - 1.16 | Yes | None |
115
+ | 25 | 1.13.4 - 1.17 | Yes | None |
116
116
| 26.0.0 - 26.0.1 | any | No | [ #886 ] ( https://github.com/elixir-lsp/elixir-ls/issues/886 ) |
117
- | 26.0.2 - 26.1.2 | 1.14.5 - 1.16 | * nix only | [ #927 ] ( https://github.com/elixir-lsp/elixir-ls/issues/927 ) , [ #1023 ] ( https://github.com/elixir-lsp/elixir-ls/issues/1023 ) |
118
- | >= 26.2.0 | 1.14.5 - 1.16 | Yes | None |
119
- | any | 1.15.5 | Yes | Broken formatter [ #975 ] ( https://github.com/elixir-lsp/elixir-ls/issues/975 ) |
117
+ | 26.0.2 - 26.1.2 | 1.14.5 - 1.17 | * nix only | [ #927 ] ( https://github.com/elixir-lsp/elixir-ls/issues/927 ) , [ #1023 ] ( https://github.com/elixir-lsp/elixir-ls/issues/1023 ) |
118
+ | >= 26.2.0 | 1.14.5 - 1.17 | Yes | None |
119
+ | any | 1.15.5 | Yes | Broken formatter [ #975 ] ( https://github.com/elixir-lsp/elixir-ls/issues/975 ) |
120
+ | 27 | 1.17 | Yes | None |
120
121
121
122
### Version management
122
123
You can’t perform that action at this time.
0 commit comments