| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -44/+0 |
| | | | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location. | ||||
| * | fix(elixirls): smarter detection of root_dir for umbrella apps (#2911) | Paul Gideon Dann | 2023-12-12 | 1 | -4/+9 |
| | | |||||
| * | fix(elixirls): root_dir priority: mix.exs > .git (#2910) | Paul Gideon Dann | 2023-11-22 | 1 | -1/+1 |
| | | | | | | If we're in a subdirectory of a git repo, and that subdirectory contains a mix.exs file, it makes sense to assume the subdirectory is the project root, rather than the git repo root. | ||||
| * | feat(elixirls): update elixirls.lua to work better with umbrella apps (#2866) | George GuimarĂ£es | 2023-10-16 | 1 | -2/+2 |
| | | |||||
| * | fix(elixirls): added surface filetype for elixirls server configuration (#2151) | Kamil Zielinski | 2022-09-23 | 1 | -1/+1 |
| | | |||||
| * | fix(elixirls): add `heex` filetype | marcos ferreira | 2022-04-25 | 1 | -1/+1 |
| | | |||||
| * | chore: remove all package.json (#1656) | Michael Lingelbach | 2022-02-25 | 1 | -1/+0 |
| | | |||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -0/+40 |
