-
Notifications
You must be signed in to change notification settings - Fork 676
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 throws when 'dotnet --info' process does not launch properly #1532
Comments
Could you provide your OmniSharp Log from that forum post? Note that the error in that screenshot doesn't show a problem with the solution file. |
Dustin, thanks for a feedback. |
OK. I've got a suspicion of what's happening. Could you run |
Thanks! After looking through the OmniSharp source code, I expected something like that. The issue is that OmniSharp executes tl;dr: Your project and solution are fine. The problem is with |
Dustin, thanks so much! Then I went to reinstall dotnet and other dependent libraries. If it's not difficult for you, skip the link on the SDK, because I'm confused in the abundance of Microsoft products |
Here's a link: https://www.microsoft.com/net/download/core |
Unfortunately it did not help me. The dotnet still runs with the same error :( |
Perhaps try uninstalling the .NET Core SDK from Add/Remove Programs and see if your project loads in VS Code with it removed? |
You might also try doing the same with the Visual C++ 2015 Redistributable. |
Dustin, his is unbeliveble, but remove Code SDK helped me, now the Omnisharp has earned as it should. Thank you again for all your help! I am suffering with this for the second day. |
Excellent! I'm glad that helped workaround the issue. @gregg-miskelly's solution might also have helped the .NET Core SDK to run properly as well, which would have worked around the issue. I have a fix for the OmniSharp server that will be in PR shortly which will make it more resilient to this issue in the future. |
Hey guys!
I have a bug in .sln file loading proccess:
https://forum.unity3d.com/threads/visual-code-unity-integrated-failed.473301/
Please, help!
The text was updated successfully, but these errors were encountered: