aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/omnisharp.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-144/+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.
* feat(omnisharp)!: use standard `settings` table for configuration (#3099)Josef Litoš2024-04-091-93/+90
|
* fix(omnisharp): update root_dirEmilio Ziniades2023-11-191-10/+2
|
* fix(omnisharp): root_dir again uses proper pattern priority (#2754)Konrad Malik2023-08-091-1/+6
|
* feat(omnisharp): find root directory for .csx scripts (#2715)Titouan CREACH2023-07-261-1/+2
| | | | | | | * feat(omnisharp): find root directory for .csx scripts * feat(omnisharp): use a table instead of a inlined if * feat(omnisharp): remove not needed for range loop
* fix(omnisharp): update on_new_config (#2692)Miles Ramage2023-06-301-2/+10
| | | | | | | | | | | * fix(omnisharp): update on_new_config Save the initial value of cmd to be used in subsequent calls to on_new_config. * feat: replace excessive code with a call to unpack * fix(omnisharp): disable capabilities.workspace.workspaceFolders * fix(omnisharp): added empty lines
* docs(omnisharp) : add goto definition handler information for omnisharp (#2427)sigmaSd2023-01-311-0/+2
|
* feat(omnisharp): add more settings #2018William Boman2022-07-221-20/+107
| | | | | These have primarily been sourced from the VSCode extension [1]. [1] https://github.com/OmniSharp/omnisharp-vscode/blob/88ad237e1e904ad0f91d2de39c30132198a02dcb/src/omnisharp/server.ts#L345-L434
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+52