Saulius Menkevičius

Results 29 issues of Saulius Menkevičius

Hi and thanks for the awesome lib! One issue I have is GenericEnumMapper (or related code) is that it is emitting quite a lot of debug messages when it performs...

I cannot find how to replicate this easily, but remacs crashes for me every day or two with the following stacktrace on macOS 10.14 (mojave) ``` Process: Remacs [33593] Path:...

As reported here: - https://github.com/emacs-lsp/lsp-mode/issues/3558 FYI @pro-anon

This reverts commit 60c7b64d3fe0d9ee36b0c4e0c4cd32ea9ae48cb0. Reverting fixes duplicate log messages on lsp log.

This feature was introduced in LSP 3.16.0 https://microsoft.github.io/language-server-protocol/specification#codeAction_resolve and allows us to drop the hack where we were introducing a special "omnisharp/executeCodeAction" command to delay the resolution of code action...

I am sure I am missing something (maybe I just don't understand dynamic registration) but I am not able to implement `codeAction/resolve` in `omnisharp-roslyn`. The first thing that makes me...

We don't have any debugging story documented/suggested for our users. We should: - [ ] suggest using [sdb](https://github.com/mono/sdb) for mono projects - [ ] recommend alternative editors (VS Code has...

enhancement
development

Not sure if those are still supported in roslyn anymore, needs to be checked. - [ ] omnisharp-auto-complete-overrides - [x] omnisharp-fix-usings (#451 by @JamieCunliffe) - [ ] omnisharp-code-format

roslyn-regression

I have noticed that each time I restart the server manually all the .cs buffers have their flycheck in "defunct mode", i.e. I need to re-open the file to get...

bug
flycheck

At least VS Code and Atom do this. The code isn't pretty but its here https://github.com/OmniSharp/omnisharp-node-client/blob/0fa4cfbff6782420057ef731fbf4311fc376061e/lib/helpers/runtime.ts TODO list: - [x] installation on mac (PR #324) - [x] someone to confirm...

enhancement