-
Notifications
You must be signed in to change notification settings - Fork 283
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
Remove document manager in SwiftLanguageService
#1423
Comments
Synced to Apple’s issue tracker as rdar://129223534 |
Hi @ahoppen I'd like to work on this issue, do you mind assigning it to me and provide a bit more explanation for it? |
Great to hear, @louisunlimited.
And it’s keeping track of all the document contents separately from The goal would be to remove the |
Thanks, I'll take a look over the weekend and see what can be done :) |
Great, thank you! Let me know if you have questions. |
Hi, since |
Yes, we already have patterns like this where we unwrap If we have a few places where we need this, it might make sense to define |
Cool, I'll try that, thanks |
SwiftLanguageService
has a reference toSourceKitLSPServer
, so it should be able to use theDocumentManager
fromSourceKitLSPServer
instead of maintaining its own.The text was updated successfully, but these errors were encountered: