We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1a0e4 commit 091591dCopy full SHA for 091591d
1 file changed
lua/opencode/ui/output.lua
@@ -191,7 +191,6 @@ end
191
---Get all lines as a table
192
---@return string[]
193
function Output:get_lines()
194
- -- FIXME: We probably don't need to use deepcopy here since Output is now short lived
195
return vim.deepcopy(self.lines)
196
end
197
0 commit comments