Skip to content

Commit 9a21894

Browse files
authored
disable Copilot by default (#4695)
1 parent e700fe5 commit 9a21894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-copilot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
:tag "Copilot LSP"
3939
:link '(url-link "https://www.npmjs.com/package/copilot-node-server"))
4040

41-
(defcustom lsp-copilot-enabled t
41+
(defcustom lsp-copilot-enabled nil
4242
"Whether the server should be started to provide completions."
4343
:type 'boolean
4444
:group 'lsp-copilot)

0 commit comments

Comments
 (0)