We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54e7b1 commit d38c395Copy full SHA for d38c395
lua/copilot/api.lua
@@ -179,10 +179,11 @@ function mod.unregister_panel_handlers(panelId)
179
panel.callback.PanelSolutionsDone[panelId] = nil
180
end
181
182
----@alias copilot_status_notification_data { status: string, message: string }
+---@alias copilot_status_notification_data { status: ''|'Normal'|'InProgress'|'Warning', message: string }
183
184
local status = {
185
client_id = nil,
186
+ ---@type copilot_status_notification_data
187
data = {
188
status = "",
189
message = "",
0 commit comments