We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d631e31 commit c2c7cb4Copy full SHA for c2c7cb4
lua/copilot/client/config.lua
@@ -12,7 +12,7 @@ local callbacks = {}
12
---@param overrides table<string, any>
13
---@param client CopilotClient
14
function M.prepare_client_config(overrides, client)
15
- if lsp.binary.initialization_failed then
+ if lsp.initialization_failed() then
16
client.startup_error = "initialization of copilot-language-server failed"
17
return
18
end
0 commit comments