Skip to content

Commit dd09171

Browse files
authored
Update readme - Remove Atom IDE and add note about requiring a workspace (#325)
1 parent e34d0aa commit dd09171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ You may want to install Elixir and Erlang from source, using the [kiex](https://
4343
| IDE | Plugin | Support |
4444
| ------------ | ----------------------------------------------------------------------------- | ---------------------------------------------- |
4545
| VS Code | [elixir-lsp/vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls) | Supports all ElixirLS features |
46-
| Atom IDE | [JakeBecker/ide-elixir](https://github.com/JakeBecker/ide-elixir) | Does not support debugger or @spec suggestions |
4746
| Vim | [ALE](https://github.com/w0rp/ale) | Does not support debugger or @spec suggestions |
4847
| Neovim | [ALE](https://github.com/w0rp/ale) | Does not support debugger |
4948
| Neovim | [coc.nvim](https://github.com/neoclide/coc.nvim) | Does not support debugger |
@@ -165,6 +164,7 @@ and you installed Elixir and Erlang from the Erlang Solutions repository, you ma
165164
* On-hover docs do not work with erlang modules or functions (better support of EEP-48 is needed)
166165
* On first launch dialyzer will cause high CPU usage for a considerable time
167166
* Possible mitigation in [#96](https://github.com/elixir-lsp/elixir-ls/issues/96)
167+
* ElixirLS requires a workspace to be opened. Editing single-files is not supported [#307](https://github.com/elixir-lsp/elixir-ls/issues/307)
168168

169169
## Building and running
170170

0 commit comments

Comments
 (0)