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

Intellisense is broken on Ubuntu (16.4 and, I think, all of them) #92

Closed
bespalovk opened this issue Sep 19, 2017 · 3 comments
Closed
Labels

Comments

@bespalovk
Copy link

Node. is executable has a different name on this system: "nodejs" instead of "node". And it uses version 4 by default.
It causes some uninformative internal eclipse exceptions (null pointer) and omnisharp don't start.
Creating symlink doesn't help: instead of null pointer we got IOException "stream is closed". Omnisharp starts, but finds nothing (even for System package).
I can still write code and run the project, but it is just the same experience as using nano.

May be solved just by warning for Ubuntu users and specifying node. js version requirements?

@mickaelistria
Copy link
Contributor

IIRC, there is a requirement on node being 7.x. Can you try with a more recent version?
Checking node version in the code and showing a warning is a good idea.

@mickaelistria
Copy link
Contributor

We're waiting for OmniSharp to deliver the support for the language server protocol in the roslyn server directly ( see OmniSharp/omnisharp-roslyn#968 and related PR OmniSharp/omnisharp-roslyn#969 ). While we would welcome patches to improve the handling of node for the current language server, I'd like to make it clear that neither @LucasBullen nor I will actively try to fix the node related issue as the future is in the roslyn server.

@mickaelistria
Copy link
Contributor

Move to omnisharp-roslyn was completed some time ago with #104 so node isn't used anymore and this issue doesn't happen with last release.

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

No branches or pull requests

2 participants