Skip to content

Commit

Permalink
style: improve debug output readability
Browse files Browse the repository at this point in the history
Add empty lines between sections in debug info to make the output more
readable and easier to scan visually.
  • Loading branch information
deathbeam committed Nov 29, 2024
1 parent a127418 commit 4089777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/CopilotChat/ui/debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ local function build_debug_info()
)
)
end
table.insert(lines, '')
end

table.insert(lines, 'Current buffer outline:')
table.insert(lines, '`' .. buf.filename .. '`')
table.insert(lines, '```' .. buf.filetype)
Expand Down

0 comments on commit 4089777

Please sign in to comment.