Skip to content

Commit 42dc08f

Browse files
cameronrsudo-tee
authored andcommitted
chore(output): remove FIXME
We don't use these accessors but it's fine to leave them
1 parent 7c05358 commit 42dc08f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/opencode/ui/output.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ end
191191
---Get all lines as a table
192192
---@return string[]
193193
function Output:get_lines()
194-
-- FIXME: We probably don't need to use deepcopy here since Output is now short lived
195194
return vim.deepcopy(self.lines)
196195
end
197196

0 commit comments

Comments
 (0)