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:
Marshall Bowers 2024-07-21 12:42:21 -04:00 committed by GitHub
parent 45b45155d4
commit 54039162ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 88 additions and 6 deletions

View file

@ -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