We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ffeaf commit b48b197Copy full SHA for b48b197
Sources/SourceKitLSP/Documentation/DocumentationManager.swift
@@ -28,7 +28,7 @@ package final actor DocumentationManager {
28
29
init(sourceKitLSPServer: SourceKitLSPServer) {
30
self.sourceKitLSPServer = sourceKitLSPServer
31
- self.doccServer = DocCServer(peer: nil, qualityOfService: .background)
+ self.doccServer = DocCServer(peer: nil, qualityOfService: .default)
32
}
33
34
func convertDocumentation(
0 commit comments