From 467454f4e2be7a03562ff527371404c38875c703 Mon Sep 17 00:00:00 2001 From: XeroOl Date: Fri, 3 Oct 2025 19:52:22 -0500 Subject: [PATCH] fennel-ls doesn't support workspace diagnostics --- src/fennel-ls/handlers.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fennel-ls/handlers.fnl b/src/fennel-ls/handlers.fnl index 278915e..d2e0efb 100644 --- a/src/fennel-ls/handlers.fnl +++ b/src/fennel-ls/handlers.fnl @@ -64,7 +64,7 @@ Every time the client sends a message, it gets handled by a function in the corr ;; :inlayHintProvider nil :diagnosticProvider {:workDoneProgress false :interFileDependencies true - :workspaceDiagnostics true}}] + :workspaceDiagnostics false}}] ;; :workspaceSymbolProvider nil ;; :workspace {:workspaceFolders nil ;; :fileOperations {:didCreate nil