-
Notifications
You must be signed in to change notification settings - Fork 166
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's mono tries to use system mono lib instead of bundled mono #556
Comments
With But... everything appears to be working now... |
Yeah this kind of issue is best dealt with in the omnisharp-roslyn repo. I don't know why you're getting prompted to install the server, but if everything is working, might as well close the issue? Feel free to open a new issue if you continue getting prompted. |
@nickspoons do you know who could migrate this issue to them? It seems odd that omnisharp wasn't using the bundled mono, and I'd bet they'd want to know about it |
@benknoble can you just recreate the issue at OmniSharp-roslyn? I don't have any special permissions there. I imagine they'll be interested in your OS details, and the full output of starting the server manually from the command line (the Vim integration parts are not relevant there). |
I get this output when OmniSharp tries to start up in vim:
I can confirm that running the
run
script and thebin/mono
fail, so this may be more for OmniSharp/omnisharp-roslyn.I have an (old?) mono install floating around:
Regardless, I'm not sure why this mono is searching
/Library/Frameworks
if it was supposed to be fully bundled?After installing an up-to-date mono with
brew
, the bundled mono still looks in/Library/Frameworks
where the new version is not.The text was updated successfully, but these errors were encountered: