mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
Remove reporting diagnostic support at SourceKitServer initialization
This commit is contained in:
@@ -674,10 +674,7 @@ extension SourceKitServer {
|
||||
changeNotifications: .bool(true)
|
||||
)),
|
||||
callHierarchyProvider: .bool(true),
|
||||
typeHierarchyProvider: .bool(true),
|
||||
diagnosticProvider: DiagnosticOptions(
|
||||
interFileDependencies: true,
|
||||
workspaceDiagnostics: false)
|
||||
typeHierarchyProvider: .bool(true)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user