-
Notifications
You must be signed in to change notification settings - Fork 90
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-server: "System.NotSupportedException: Command '*' is not supported." #394
Comments
Hi @salvarubiomartinez Also, you may want to check installation docs for the There is also an issue with running x64 .NET binaries on Windows Emacs 2?.x—25.x, you may get more success with x86 one, unless you are running emacs 26.1+: |
Thank you for your answer. |
Oops, I didn't write version numbers correctly, Emacs 25.x has the x64 .net crash issue as well. 26+ doesn't Sure, please inform how did it go for you.. |
I did a fresh install of Spacemacs and it works perfectly well. |
Oh.. great it worked for you! Closing this issue then.. |
I installed the CSharp layer on Spacemacs on Windows 10.
I took the binaris x64 for the omnisharp server.
For each request the server answer with a "System.NotSupportedException: Command '*' is not supported."
Output:
{"Request_seq":21,"Command":"typelookup","Running":true,"Success":false,"Message":""System.NotSupportedException: Command 'typelookup' is not supported.\r\n en OmniSharp.Stdio.Host.d__14.MoveNext()"","Body":null,"Seq":558,"Type":"response"}
{"Request_seq":22,"Command":"autocomplete","Running":true,"Success":false,"Message":""System.NotSupportedException: Command 'autocomplete' is not supported.\r\n en OmniSharp.Stdio.Host.d__14.MoveNext()"","Body":null,"Seq":559,"Type":"response"}
The text was updated successfully, but these errors were encountered: