fix illegal shape of diagnosticProvider in handlers
for now, interFileDependencies and workspaceDiagnostics are enabled
This commit is contained in:
parent
b355e6d144
commit
91d32f11d9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user