We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096c8f6 commit 1c2e65eCopy full SHA for 1c2e65e
lua/copilot/client/init.lua
@@ -118,7 +118,7 @@ function M.ensure_client_started()
118
end
119
120
M.config.root_dir = utils.get_root_dir(config.root_dir)
121
- local client_id, err = vim.lsp.start(M.config)
+ local client_id, err = vim.lsp.start(M.config, { attach = false })
122
123
if not client_id then
124
logger.error(string.format("error starting LSP client: %s", err))
0 commit comments