We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da7ebc commit 066193fCopy full SHA for 066193f
1 file changed
lua/copilot/lsp_binary.lua
@@ -128,6 +128,7 @@ local function extract_file(copilot_server_info, local_server_zip_filepath)
128
)
129
end
130
131
+ logger.trace("Extracting copilot-language-server with command: " .. unzip_cmd)
132
vim.fn.system(unzip_cmd)
133
134
if vim.v.shell_error ~= 0 then
0 commit comments