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 54251da commit 4498503Copy full SHA for 4498503
clients/lsp-copilot.el
@@ -47,7 +47,7 @@
47
(defcustom lsp-copilot-auth-check-delay 5
48
"How much time to wait before checking if the server is properly authenticated.
49
50
-Set this value to nil if you do not with for the check to be made."
+Set this value to nil if you do not want for the check to be made."
51
:type '(choice (const :tag "Do not check" nil)
52
(integer :tag "Seconds" 5)))
53
0 commit comments