OmniSharp / omnisharp-sublime

C# IDE Plugin for Sublime Text 3
http://omnisharp-sublime.readthedocs.org/en/latest/
MIT License
551 stars 64 forks source link

Unity and Sublime's "Omnisharp: Error talking to http://localhost:port/checkreadystatus" #231

Closed ProgrammingLife closed 5 years ago

ProgrammingLife commented 7 years ago

I use MacOS X and Unity (C# projects). Also I've installed mono via homebrew. How to detect what's wrong with sublime and how to fix it?

idurvesh commented 7 years ago

Same here, on windows

TobiasDev commented 6 years ago

Same issue on Linux (still).

owzim commented 6 years ago

I found that the error occurs when I have more than one class/interface in one file. Otherwise it works well as long as mono is in your $PATH. Check

mono

on your command line.

Rosalie241 commented 5 years ago

Closing due to inactivity