| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -40/+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(metals): disable capabilities.workspace.configuration for new version of ↵ | Denys Rybalka | 2022-08-28 | 1 | -0/+5 |
| | | | | | metals (#2100) | ||||
| * | docs(metals): update metals instructions (#1959) | Chris Kipp | 2022-06-16 | 1 | -12/+2 |
| | | | | | | | | | | | | | - Updates link to the metals website - Removes the instructions about manual bootstrapping I removed these instructions because with `cs install metals` there is no reason to manually bootstrap it, we actually discourage it. Especially now that we are on a new Scala version (2.13), the old instructions including Scala 2.12 will fail. When using `cs install`, all of this is just handled for you. `nvim-metals` is still the path we recommend for any metals users. | ||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -0/+45 |
