-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
omnisharp can't run tests #852
Comments
nickspoons
added a commit
to nickspoons/omnisharp-vim
that referenced
this issue
Oct 11, 2023
Hi @ni-sgn, this should be resolved with #853 |
@nickspoons it works; thanks. |
No problem. If you feel like being adventurous, try out PR #789 which is an integrated test runner, with nicer test outputs and management |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey;
I'm having this problem: whenever I try to
OmniSharpRunTest
it gives me the error:Error detected while processing function OmniSharp#proc#neovimOutHandler[21]..OmniSharp#stdio#HandleResponse[42]..<SNR>47_ProjectRH:
If I retry it then I get:
No test found
;everything else that I have tried seems to be working just fine (completion;FixUsings;.etc.)
Additional info:
I'm using .NET 6 sdk and runtime;
this is my omnisharp configuration:
OmniSharpOpenLog contains nothing informative; info is a min loglevel;
The text was updated successfully, but these errors were encountered: