aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/omnisharp.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(omnisharp): "*.slnx" root marker #4236Vincent Labelle2025-12-141-1/+2
| | | | | | | | Problem: Root detection doesn't support the new solution file format which is now the default in .NET 10. Solution: Add '*.slnx' to root_dir function.
* docs: omnisharp cmd #4230GaƩtan Lepage2025-12-111-2/+0
| | | This LS does have a default (dynamic) `cmd` set.
* chore: add type annotation for configsIgor2025-08-181-0/+1
|
* fix(omnisharp): *.csproj, *.sln root_dir patterns #3919Ching Pei Yang2025-06-211-1/+11
|
* fix(omnisharp): lowercase executable name not found #3817Vincent Labelle2025-05-031-1/+1
| | | | | | | | Problem: The executable name may be in lowercase (e.g., when installed with Mason on Linux) in which case it won't be found. Solution: Verify if the name is in PascalCase, and otherwise use lowercase.
* docs: cleanupJustin M. Keyes2025-04-181-13/+13
| | | | | - brief should live at the top of each file - fix indentation for some docs
* feat(omnisharp): add `vim.lsp.config` support #3724Alexej Kowalew2025-04-151-0/+81
Co-authored-by: Rijul Kapoor <115141708+rijulkap@users.noreply.github.com>