Skip to content

Commit 5015939

Browse files
committed
Copilot.vim 1.43.0
1 parent cd7f010 commit 5015939

File tree

4 files changed

+349
-306
lines changed

4 files changed

+349
-306
lines changed

autoload/copilot/client.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,9 @@ function! copilot#client#New() abort
658658
\ 'editorInfo': copilot#client#EditorInfo(),
659659
\ 'editorPluginInfo': copilot#client#EditorPluginInfo(),
660660
\ }
661+
if type(get(g:, 'copilot_integration_id')) == v:t_string
662+
let opts.initializationOptions.copilotIntegrationId = g:copilot_integration_id
663+
endif
661664
let opts.workspaceFolders = []
662665
let settings = copilot#client#Settings()
663666
if type(get(g:, 'copilot_workspace_folders')) == v:t_list

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.42.0'
2+
return '1.43.0'
33
endfunction

dist/language-server.js

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

dist/language-server.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.

0 commit comments

Comments
 (0)