Skip to content

Commit dfe0a3a

Browse files
committed
Copilot.vim 1.55.0
1 parent c2c4354 commit dfe0a3a

19 files changed

+704
-678
lines changed

autoload/copilot/client.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ function! copilot#client#New() abort
687687
\ 'Attach': function('s:NvimAttach'),
688688
\ 'IsAttached': function('s:NvimIsAttached'),
689689
\ })
690-
let instance.client_id = eval("v:lua.require'_copilot'.lsp_start_client(command, keys(instance.methods), opts, settings)")
690+
let instance.client_id = eval("v:lua.require'_copilot'.lsp_start_client(command, instance.name, keys(instance.methods), opts, settings)")
691691
let instance.id = instance.client_id
692692
else
693693
call extend(instance, {

autoload/copilot/version.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
function! copilot#version#String() abort
2-
return '1.54.0'
2+
return '1.55.0'
33
endfunction

copilot-language-server/dist/main.js

Lines changed: 690 additions & 664 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

copilot-language-server/dist/main.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
5.64 MB
Binary file not shown.

copilot-language-server/dist/tree-sitter-cpp.wasm

100644100755
235 KB
Binary file not shown.
-170 Bytes
Binary file not shown.
129 Bytes
Binary file not shown.
149 KB
Binary file not shown.

copilot-language-server/dist/tree-sitter-php.wasm

100644100755
-8.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)