fix illegal shape of diagnosticProvider in handlers

for now, interFileDependencies and workspaceDiagnostics are enabled
This commit is contained in:
thacuber2a03 2025-09-29 15:35:05 -04:00 committed by XeroOl
parent b355e6d144
commit 91d32f11d9

View File

@ -62,7 +62,9 @@ Every time the client sends a message, it gets handled by a function in the corr
;; :typeHierarchyProvider nil
;; :inlineValueProvider nil
;; :inlayHintProvider nil
:diagnosticProvider {:workDoneProgress false}}]
:diagnosticProvider {:workDoneProgress false
:interFileDependencies true
:workspaceDiagnostics true}}]
;; :workspaceSymbolProvider nil
;; :workspace {:workspaceFolders nil
;; :fileOperations {:didCreate nil