Miles Ramage
Miles Ramage
@waynebowie99 You've certainly identified the problem! I've spent countless hours and have come across multiple Issues (the GitHub kind) in other repos that have been opened—and subsequently closed—that were ultimately...
@glepnir As I'm looking over the code @waynebowie99 shared back on Feb 2, it seems he's on the right track by resetting `new_config.cmd` (i.e. setting the arguments to `omnisharp` from...
I've submitted a PR that updates the logic behind `on_new_config`. The change saves the value of `cmd`—or rather its first parameter's `cmd` field—to be used in subsequent calls to `on_new_config`...
Whoops, looks like I botched the commit messages and created quite a mess. I've re-submitted the change under a new PR. (https://github.com/neovim/nvim-lspconfig/pull/2692)
Given that the `codegen` command has no knowledge of the C# project it will be generating code for, I propose we fix this issue with one of the following solutions:...