Skip to content

Commit

Permalink
Remove private fields from chat class type definition
Browse files Browse the repository at this point in the history
These fields are not meant to be used from outside so dont expose them.

Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Nov 16, 2024
1 parent 8bbfdee commit f2853cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/CopilotChat/chat.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---@class CopilotChat.Chat
---@field bufnr number
---@field winnr number
---@field separator string
---@field spinner CopilotChat.Spinner
---@field valid fun(self: CopilotChat.Chat)
---@field visible fun(self: CopilotChat.Chat)
---@field active fun(self: CopilotChat.Chat)
Expand Down

0 comments on commit f2853cb

Please sign in to comment.