-
Notifications
You must be signed in to change notification settings - Fork 676
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
Move omnisharp vscode to the new hover implementation #3928
Conversation
Hover implemention is in PR here: OmniSharp/omnisharp-roslyn#1860.
This is not going to pass until we bump the omnisharp server version with the new API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
Updating OmniSharp to include the server-side changes in #3960 |
Codecov Report
@@ Coverage Diff @@
## master #3928 +/- ##
=======================================
Coverage 85.92% 85.93%
=======================================
Files 60 60
Lines 1847 1848 +1
Branches 215 215
=======================================
+ Hits 1587 1588 +1
Misses 200 200
Partials 60 60
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@333fred GH checks haven't been updating. I saw this test failure in the build log - https://travis-ci.org/github/OmniSharp/omnisharp-vscode/builds/716733894
|
@JoeRobich should be fixed. The baseline needed to be updated for the additional escaping done on the server. |
Thanks @333fred! |
Hi, thanks for feature, can we have the same highlighting in |
This is a VS Code issue - microsoft/vscode#55044 |
Hover implemention is in PR here: OmniSharp/omnisharp-roslyn#1860.
Fixes #3652