From bca2d3aeedc363e0afe17230c74fdc3f4205baa9 Mon Sep 17 00:00:00 2001 From: Naoya Yamashita Date: Sun, 14 Jul 2024 18:07:31 +0900 Subject: [PATCH] elixir is not needed for installing elixir-ls --- settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/settings.json b/settings.json index 1dc45912..e86a0b1d 100644 --- a/settings.json +++ b/settings.json @@ -256,9 +256,7 @@ "command": "elixir-ls", "url": "https://github.com/elixir-lsp/elixir-ls", "description": "A frontend-independent IDE \"smartness\" server for Elixir.", - "requires": [ - "elixir" - ], + "requires": [], "root_uri_patterns": [ "mix.exs" ],