We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9228e0 commit 4db702fCopy full SHA for 4db702f
lua/_copilot.lua
@@ -28,7 +28,7 @@ copilot.lsp_start_client = function(cmd, handler_names, opts, settings)
28
if #workspace_folders == 0 then
29
workspace_folders = nil
30
end
31
- id = vim.lsp.start_client({
+ id = vim.lsp.start({
32
cmd = cmd,
33
cmd_cwd = vim.call('copilot#job#Cwd'),
34
name = 'GitHub Copilot',
0 commit comments