Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/_copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ copilot.lsp_start_client = function(cmd, handler_names, opts, settings)
-- start_client() is deprecated, but the replacement start() breaks our
-- restart workflow by returning the old client that's shutting down.
-- https://github.com/neovim/neovim/issues/33616
id = vim.lsp.start_client({
id = vim.lsp.start({
cmd = cmd,
cmd_cwd = vim.call('copilot#job#Cwd'),
name = 'GitHub Copilot',
Expand Down