diff --git a/lua/copilot/suggestion.lua b/lua/copilot/suggestion.lua index 713a1c42..0a409676 100644 --- a/lua/copilot/suggestion.lua +++ b/lua/copilot/suggestion.lua @@ -465,12 +465,12 @@ function mod.accept(modifier) function() end ) end) - if not ok then - vim.notify( - table.concat({ "[Copilot] failed to notify_accepted for: " .. suggestion.text, "Error: " .. err }, "\n\n"), - vim.log.levels.ERROR - ) - end + -- if not ok then + -- vim.notify( + -- table.concat({ "[Copilot] failed to notify_accepted for: " .. suggestion.text, "Error: " .. err }, "\n\n"), + -- vim.log.levels.ERROR + -- ) + -- end end) clear_preview()