| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -25/+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(csharp-ls): csharp-ls uses solution file for project root first (#2955) | JD | 2024-01-02 | 1 | -1/+3 |
| | | |||||
| * | feat(csharp_ls): add '*.fsproj' to root_dir | William Boman | 2022-08-15 | 1 | -1/+1 |
| | | | | | | | | | Full disclaimer: I have not done any F# development myself. This is based on the project file configuration found in the LSP server implementation itself [1]. [1]: https://github.com/razzmatazz/csharp-language-server/blob/d887595f29af334aa2900381f5336644d9ce5e61/src/CSharpLanguageServer/RoslynHelpers.fs#L550-L554 | ||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -0/+23 |
