We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae892d commit 49d67c0Copy full SHA for 49d67c0
1 file changed
lua/opencode/ui/output.lua
@@ -191,6 +191,7 @@ 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