Skip to content

Commit

Permalink
fix(notify): was spamming client info.
Browse files Browse the repository at this point in the history
  • Loading branch information
WillEhrendreich committed May 2, 2024
1 parent 10693af commit 215e4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ionide/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 215e4ac

Please sign in to comment.