-
Notifications
You must be signed in to change notification settings - Fork 19
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
Using language server protocal requires preliminary dotnet restore
on local project
#265
Comments
Is the project restored? I wonder if it's missing dependencies and just not able to offer any completions. What about diagnostics, are those getting reported? |
I have to do |
We have a known issue in the language server where it sometimes doesn't restore like it should... that is something I need to tackle. |
Ok, thanks for the hint, I'll try to restore first. Is the issue you mention already reported on another GitHub issue I could follow? |
As you advised, I tried a |
dotnet restore
on local project
Re-add previously removed workaround for OmniSharp/omnisharp-node-client#265
Re-add previously removed workaround for OmniSharp/omnisharp-node-client#265 Signed-off-by: Lucas Bullen <[email protected]>
Re-add previously removed workaround for OmniSharp/omnisharp-node-client#265 Signed-off-by: Lucas Bullen <[email protected]>
Re-add previously removed workaround for OmniSharp/omnisharp-node-client#265 Signed-off-by: Lucas Bullen <[email protected]>
I'm connecting a Java client to omnisharp-node-client Language Server implementation. However, I don't manage to get completion or other output from it, whereas the same requests work with VSCode's Language Server implementation for CSS and JSON.
I always get something like (OUT is sent by my client to OmniSharp LS; IN is set by OmniSharp LS to my client:
The code I'm trying to complete is
just before
ReadLine()
, so I was expecting all fields is Console to be returned.The text was updated successfully, but these errors were encountered: