Yufan You

Results 268 comments of Yufan You

> `vim.lsp.stop_client` kills the whole server. So all the files copilot is currently attached will get detached, not just the specific file from your pattern. `:Copilot detach` will only affect...

I changed the `callback` to this: ```lua callback = function(args) local client = vim.lsp.get_client_by_id(args.data.client_id) if client.name == 'copilot' then vim.defer_fn(function() vim.cmd("silent Copilot detach") end, 0) end end, ``` Without `vim.defer_fn`...

https://launchpad.net/~beineri/+archive/ubuntu/opt-qt-5.15.2-focal

BTW, I really don't know why people use Ubuntu.

> LOL, This is what your solution is. Adding PPA. This is Ubuntu users' solution, not mine.

First of all, let me apologize for: 1. Using a bad tone. I wanted to say "I want to know the reason why some people are using Ubuntu" instead of...

BTW, the reason I wanted to ask "why some people are using Ubuntu" is that I think the answer is "they prefer stability rather than bleeding-edge software", but they are...

If anyone is interested in this, they can maintain a patch by themselves, and I'd like to link to it in the install instructions. If the patch has enough users,...