diff --git a/lua/ionide/init.lua b/lua/ionide/init.lua index 6ad0aed..7bbf551 100644 --- a/lua/ionide/init.lua +++ b/lua/ionide/init.lua @@ -1215,7 +1215,7 @@ function M.CallFSharpWorkspacePeek(directoryPath, depth, excludedDirs, handler) ---@type vim.lsp.Client local i = vim.lsp.get_clients(lspFilter) - vim.notify("Lsp peek client " .. vim.inspect(i)) + -- vim.notify("Lsp peek client " .. vim.inspect(i)) -- i. return M.Call("fsharp/workspacePeek", M.CreateFSharpWorkspacePeekRequest(directoryPath, depth, excludedDirs), handler)