-
Notifications
You must be signed in to change notification settings - Fork 322
Move DocumentationLanguageService to a separate module #2242
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
base: main
Are you sure you want to change the base?
Conversation
@swift-ci Please test |
@@ -15,6 +15,10 @@ import LanguageServerProtocol | |||
package import SourceKitLSP | |||
import SwiftLanguageService | |||
|
|||
#if canImport(DocumentationLanguageService) |
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.
Do we not need to guard the DocumentationLanguageService
use down below?
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.
We do. Apparently I also added the check in a future commit that just didn’t make it into this PR 😂
5f209ae
to
fc80a66
Compare
@swift-ci Please test |
@swift-ci Please test Windows |
fc80a66
to
de02f60
Compare
@swift-ci Please test |
@swift-ci Please test Windows |
de02f60
to
aeffb2e
Compare
@swift-ci Please test |
@swift-ci Please test Windows |
1 similar comment
@swift-ci Please test Windows |
Continuing the effort started in #2228.