We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a998e15 commit 137df55Copy full SHA for 137df55
lua/copilot/api.lua
@@ -207,6 +207,7 @@ status.handlers = {
207
---@param handler fun(data: copilot_status_notification_data): nil
208
function mod.register_status_notification_handler(handler)
209
status.callback[handler] = true
210
+ handler(status.data)
211
end
212
213
0 commit comments