Remove reporting diagnostic support at SourceKitServer initialization

This commit is contained in:
Tristan Labelle
2023-05-31 10:30:54 -04:00
parent 94a62c1e33
commit e91c83fd72

View File

@@ -674,10 +674,7 @@ extension SourceKitServer {
changeNotifications: .bool(true)
)),
callHierarchyProvider: .bool(true),
typeHierarchyProvider: .bool(true),
diagnosticProvider: DiagnosticOptions(
interFileDependencies: true,
workspaceDiagnostics: false)
typeHierarchyProvider: .bool(true)
)
}