Skip to content

Commit 6fe8d15

Browse files
committed
fix: inncorrect location for .status on lsp failures
1 parent 1ff8ab7 commit 6fe8d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/copilot/client/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function M.prepare_client_config(overrides, client)
128128
end
129129
if code > 0 then
130130
vim.schedule(function()
131-
require("copilot.command").status()
131+
require("copilot.status").status()
132132
end)
133133
end
134134
end,

0 commit comments

Comments
 (0)