Ignas
Ignas
I took at look and as far as I can see, your issue is a bit different from the one I initially encountered. For some reason trying to get metadata...
> All the fixed fields declared above are objects that MUST use keys that match the regular expression: ^[a-zA-Z0-9.-_]+$. So going by that requirement, then it shouldn't allow components with...
> Otherwise, create a class derived from `ExecutionStrategy` and set `maxRetryCount` to 0 or override `RetriesOnFailure` to return `false` I tried this out with Npgsql provider (using `NpgsqlRetryingExecutionStrategy`) and `IAsyncEnumerable`...
Hi, Is it specifically loading files in that order or even if you try to open `AddDays` first? I tried to repro this on my machine, also using dotnet sdk...
closing the issue, if you're still having issues with latest version, please reopen this issue or create a new one
need to test on windows before merging
windows paths hard ( https://github.com/neovim/neovim/issues/23006 ), try to rely on `vim.uri_to_bufnr`
Probably ready to merge, need to reincorporate #30
Hi, Sorry for late reply, I've been looking into this for a bit now and I have been slowly working on addressing source generated files. Source generated files actually break...
If you want, you can try checking out the plugin on branch [feat/sourcegen-support](https://github.com/Hoffs/omnisharp-extended-lsp.nvim/tree/feat/sourcegen-support). It has support for source generated files and references handler. [README](https://github.com/Hoffs/omnisharp-extended-lsp.nvim/blob/feat/sourcegen-support/README.md) in that branch should contain all...