Jon Parise b25794e81b elixir-ls now recognizes umbrella projects
Previously, elixir-ls would treat each sub-project within an umbrella as
standalone, which isn't desirable from a language server perspective.

Added ale#handlers#elixir#FindMixUmbrellaRoot, which locates the current
project's root and then continues searching upwards for a potential
umbrella project root. This literally looks just two levels up to keep
things simple while keeping in line with Elixir project conventions.

Use this new function to determine elixir-ls's LSP project root.
2018-11-04 06:40:25 -08:00
..
2018-07-01 13:55:41 +01:00
2018-09-19 19:33:23 +01:00
2017-12-05 00:37:31 +09:00
2018-08-26 13:47:56 +02:00
2017-10-29 21:48:28 +01:00
2017-10-21 12:31:49 -05:00
2018-09-04 16:51:18 +01:00
2018-10-24 08:29:11 +09:00
2018-07-06 01:00:30 +01:00