-
Notifications
You must be signed in to change notification settings - Fork 679
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 is not running #41
Comments
I resolved this by uninstalling the Core CLR runtmes and then reinstalling without the global option It appears the Omnisharp plugin for VS Code doesn't recognize global installs. The same was true for the Omnisharp Atom plugin. That's how I discovered the issue - because the Atom plugin specifically stated where it was looking for the runtime. JP |
Can you provide steps on how to do that? |
dnvm uninstall 1.0.0-rc1-update1 -r coreclr -arch x64 Then, reinstall them - without the -g option. |
Unfortunately, that didn't work. |
Hi, I'm sorry this issue got so stale. Now that DNX, DNVM and the like are long gone and .NET Core is here to stay, I'm going to go ahead and close this issue. Please let me know if this is still a problem for you. |
Support manually triggering merge run
I see that issue already closed. Issue #17 but I'm still encountering this issue. I'm running osx 10.10.5 and vscode 0.10.9
The text was updated successfully, but these errors were encountered: