Skip to content
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

No output from Http version #1446

Closed
nickspoons opened this issue Apr 4, 2019 · 1 comment · Fixed by #1456
Closed

No output from Http version #1446

nickspoons opened this issue Apr 4, 2019 · 1 comment · Fixed by #1456

Comments

@nickspoons
Copy link
Member

The Http builds of OmniSharp do not output anything to stdout, making it very difficult to diagnose errors.

The simple way to demonstrate is to download both the stdio and http versions of any build from the latest release, extract them both, then try to run them with no flags from a directory containing a .sln. The stdio build outputs nicely, nothing from the http build.

I have tested this in arch linux, using omnisharp-linux-x64.tar.gz and omnisharp.http-linux-x64.tar.gz using the run script. I have also tested in Windows 10 using omnisharp-win-x64.zip and omnisharp.http-win-x64.zip. I have also git pulled the latest version on Windows and built it in Visual Studio and tested with bin\Debug\OmniSharp.Http.Driver\net461\OmniSharp.exe vs. bin\Debug\OmniSharp.Stdio.Driver\net461\OmniSharp.exe. All with the same outcome.

@nickspoons
Copy link
Member Author

Note that these Http builds all work - OmniSharp-vim can interact with them perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant