-
-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copilot cannot be turned off #4679
Comments
See here for options on how to disable the server. There is a PR forcing copilot-ls to obey lsp-copilot-enabled. Meanwhile, |
I could not reproduce this in my setup. I have:
lsp starts When exactly did lsp asked to install copilot-ls? |
I have not realised the issue is conditioned and it occurred easily in my setup. Sorry for that. The setup should rely only on If I remove the
If the It is important to open a file that has not been opened before, or the buffer was killed. So, probably some python related bins should be deleted in your case. |
Ah, I see! I did not know that lsp-mode offered to download servers for clients marked as Once the flag is fixed, maybe we could make copilot-ls handle |
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
I am not allowed to use copilot at my company, so I have set
lsp-copilot-enabled
tonil
incustomize-variable
.The
lsp-copilot
wants to installcopilot-ls
despite the config.If I let it install the
copilot-ls
, it will ask for login.Steps to reproduce
Set the
lsp-copilot-enabled
tonil
Open a file that triggers the copilot in
lsp
Expected behavior
My expectation was that the disabled
lsp-copilot
does not want to either install the binary or ask for logging.Which Language Server did you use?
lsp-copilot
OS
MacOS
Error callstack
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: