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 b0ffa35 commit f26345dCopy full SHA for f26345d
lua/copilot/init.lua
@@ -23,7 +23,7 @@ M.setup = function(opts)
23
local token_env_set = (os.getenv("GITHUB_COPILOT_TOKEN") ~= nil) or (os.getenv("GH_COPILOT_TOKEN") ~= nil)
24
25
if token_env_set then
26
- auth.signin()
+ vim.schedule(auth.signin)
27
end
28
29
M.setup_done = true
0 commit comments