Skip to content

Commit e91c83f

Browse files
Remove reporting diagnostic support at SourceKitServer initialization
1 parent 94a62c1 commit e91c83f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Sources/SourceKitLSP/SourceKitServer.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,7 @@ extension SourceKitServer {
674674
changeNotifications: .bool(true)
675675
)),
676676
callHierarchyProvider: .bool(true),
677-
typeHierarchyProvider: .bool(true),
678-
diagnosticProvider: DiagnosticOptions(
679-
interFileDependencies: true,
680-
workspaceDiagnostics: false)
677+
typeHierarchyProvider: .bool(true)
681678
)
682679
}
683680

0 commit comments

Comments
 (0)