Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5015939

Browse files
committed
Copilot.vim 1.43.0
1 parentcd7f010 commit5015939

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+
iftype(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
iftype(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 aboutcustomizing 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 aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp