Skip to content

Commit 066193f

Browse files
committed
chore: add logging
1 parent 0da7ebc commit 066193f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/copilot/lsp_binary.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ local function extract_file(copilot_server_info, local_server_zip_filepath)
128128
)
129129
end
130130

131+
logger.trace("Extracting copilot-language-server with command: " .. unzip_cmd)
131132
vim.fn.system(unzip_cmd)
132133

133134
if vim.v.shell_error ~= 0 then

0 commit comments

Comments
 (0)