Skip to content

Commit 424b562

Browse files
committed
fix
1 parent e90d1a2 commit 424b562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings/copilot-language-server.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ endfunction
3232

3333
function! s:on_lsp_buffer_enabled() abort
3434
command! -buffer -nargs=0 CopilotSignIn call lsp#send_request('copilot-language-server', {
35-
\ 'method': 'workspace/executeCommand',
36-
\ 'params': {'command': 'github.copilot.signIn', 'arguments': []},
35+
\ 'method': 'signIn',
36+
\ 'params': {'command': 'github.copilot.signin', 'arguments': []},
3737
\ 'sync': v:false,
3838
\ 'on_notification': function('s:handle_signin'),
3939
\ })

0 commit comments

Comments
 (0)