erlang: Add support for installing elp
language server (#14923)
This PR updates the Erlang extension with support for installing the [Erlang Language Platform](https://github.com/WhatsApp/erlang-language-platform) (`elp`) language server from the GitHub Release assets. Release Notes: - N/A
This commit is contained in:
parent
45b45155d4
commit
54039162ac
2 changed files with 88 additions and 6 deletions
|
@ -743,6 +743,9 @@
|
|||
"Elixir": {
|
||||
"language_servers": ["elixir-ls", "!next-ls", "!lexical", "..."]
|
||||
},
|
||||
"Erlang": {
|
||||
"language_servers": ["erlang-ls", "!elp", "..."]
|
||||
},
|
||||
"Go": {
|
||||
"code_actions_on_format": {
|
||||
"source.organizeImports": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue