aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/roslyn_ls.lua
Commit message (Expand)AuthorAgeFilesLines
* fix(roslyn_ls): handle roslyn.client.fixAllCodeAction command #4358Minh Khoi Do10 days1-17/+59
* fix(rosyln_ls): use default offset encoding (utf-16) instead of utf-8 (#4354)陆离2026-03-191-1/+0
* fix(roslyn_ls): add handler for roslyn.client.nestedCodeAction command #4350Minh Khoi Do2026-03-171-0/+69
* fix(roslyn_ls): navigation in macos decompiled files #4342Luke Elrod2026-03-161-0/+6
* feat(roslyn_ls): fallback to official roslyn binary name #4334Alexej Kowalew2026-03-091-1/+2
* fix(roslyn_ls): use uv.os_tmpdir() instead of vim.env.TMP #4297Async102026-01-291-1/+1
* fix(roslyn_ls): platform-agnostic check for "decompiled" file #4296Async102026-01-281-1/+11
* fix(roslyn_ls): guess root_dir for decompiled code #4257Matthew Wilding2025-12-231-3/+8
* fix(roslyn_ls): attach in decompiled code #4254Matthew Wilding2025-12-221-0/+5
* docs(roslyn_ls): format codeblock #4241Eero Häihälä2025-12-161-0/+2
* fix: luals warningsJustin M. Keyes2025-11-141-2/+3
* fix(roslyn_ls): remove unused handler #4061Sebastian Lyng Johansen2025-09-061-7/+0
* feat(roslyn_ls): support override completion and refresh diagnostics #4050Minh Khoi Do2025-09-031-7/+62
* refactor(roslyn_ls): reduce notification noise #4024sharpchen2025-08-211-2/+2
* chore: add type annotation for configsIgor2025-08-181-1/+1
* feat(roslyn_ls): support .slnx extension #3999Plevi13372025-08-151-2/+2
* fix(roslyn_ls): replace deprecated function call #3963Alexandre Teoi2025-07-191-1/+4
* fix(roslyn_ls): use absolute paths when open `.sln` and `.csproj` files (#3777)Alexej Kowalew2025-04-261-4/+4
* feat(roslyn_ls): add initial config as `vim.lsp.config` #3753Alexej Kowalew2025-04-251-0/+186