From 91d32f11d91ab58a8f7433b6d7235cdbef7a07f4 Mon Sep 17 00:00:00 2001 From: thacuber2a03 <70547062+thacuber2a03@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:35:05 -0400 Subject: [PATCH] fix illegal shape of diagnosticProvider in handlers for now, interFileDependencies and workspaceDiagnostics are enabled --- src/fennel-ls/handlers.fnl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/fennel-ls/handlers.fnl b/src/fennel-ls/handlers.fnl index 024d542..278915e 100644 --- a/src/fennel-ls/handlers.fnl +++ b/src/fennel-ls/handlers.fnl @@ -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