Skip to content

Commit

Permalink
disable Copilot by default (#4695)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich authored Jan 29, 2025
1 parent e700fe5 commit 9a21894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-copilot.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
:tag "Copilot LSP"
:link '(url-link "https://www.npmjs.com/package/copilot-node-server"))

(defcustom lsp-copilot-enabled t
(defcustom lsp-copilot-enabled nil
"Whether the server should be started to provide completions."
:type 'boolean
:group 'lsp-copilot)
Expand Down

0 comments on commit 9a21894

Please sign in to comment.