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