-
Notifications
You must be signed in to change notification settings - Fork 196
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
Add supportsVSExtensions to DocumentSymbolService #11121
Conversation
Roslyn was requesting new IRazorMappingService and our TestRazorDocumentServiceProvider was throwing. Returning null for now per suggestion from Andrew.
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.
This is good, but it please don't have this PR close #11102
That issue is about not sending the entire client capabilities to OOP with every completion request, and is still needed.
It would help if I read the issue instead of just the discussion about it. I'll make sure it doesn't close :) |
@davidwengier correct me if I'm wrong, but this will also be unnecessary (the entire change in this PR) once #11102 is implemented and will need to get undone. I wonder if it makes sense to submit it at all. |
Strictly speaking nothing about this becomes wrong when that issue is fixed, but it certainly could be reverted and we could save sending a bool over the wire. |
FWIW I'm working on implementation of #11102 right now. |
Last commit only, rest are from #11113