mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
fix
This commit is contained in:
@@ -32,8 +32,8 @@ endfunction
|
||||
|
||||
function! s:on_lsp_buffer_enabled() abort
|
||||
command! -buffer -nargs=0 CopilotSignIn call lsp#send_request('copilot-language-server', {
|
||||
\ 'method': 'workspace/executeCommand',
|
||||
\ 'params': {'command': 'github.copilot.signIn', 'arguments': []},
|
||||
\ 'method': 'signIn',
|
||||
\ 'params': {'command': 'github.copilot.signin', 'arguments': []},
|
||||
\ 'sync': v:false,
|
||||
\ 'on_notification': function('s:handle_signin'),
|
||||
\ })
|
||||
|
||||
Reference in New Issue
Block a user