Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-06 | Remove test/command_callback/mix_paths/ | Jon Parise | |
All of the other tests were already using equivalent fixtures under test/command_callback/elixir_paths/, so let's use that path everywhere. | |||
2018-11-04 | elixir-ls now recognizes umbrella projects | Jon Parise | |
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-10-10 | FIX: use mix from the project root directory (#1954) | Matteo Centenaro | |
* FIX: use mix from the project root directory * Move find root project function to autoloaded handlers * add tests for #ale#handlers#elixr#FindMixProjectRoot | |||
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-06-20 | Try to fix the tests on Windows | w0rp | |
2018-06-07 | WIP cd to project path | Colby Dehart | |
2018-06-07 | added test for command callback | Colby Dehart | |