We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38253c commit de2657aCopy full SHA for de2657a
lua/opencode/ui/renderer.lua
@@ -310,7 +310,6 @@ end
310
---@param formatted_data Output Formatted header as Output object
311
---@return boolean Success status
312
function M._replace_message_in_buffer(message_id, formatted_data)
313
- vim.notify('replacing message in buffer')
314
local cached = M._render_state:get_message(message_id)
315
if not cached or not cached.line_start or not cached.line_end then
316
return false
0 commit comments