Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lua/CopilotChat/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ function M.check()
if has_copilot or copilot_loaded then
ok('copilot: ' .. (has_copilot and 'copilot.lua' or 'copilot.vim'))
else
error(
'copilot: missing, required for 2 factor authentication. Install "github/copilot.vim" or "zbirenbaum/copilot.lua" plugins.'
warn(
'copilot: missing, optional for improved auth implementation. Install "github/copilot.vim" or "zbirenbaum/copilot.lua" plugins.'
)
end

Expand Down
Loading