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 3e36a98 commit 332ec67Copy full SHA for 332ec67
copilot.el
@@ -792,7 +792,7 @@ Each request METHOD can have only one HANDLER."
792
(copilot-on-notification
793
'window/logMessage
794
(lambda (msg)
795
- (copilot--dbind (:type log-level :message log-msg) msg
+ (copilot--dbind (((:type log-level)) ((:message log-msg))) msg
796
(with-current-buffer (get-buffer-create "*copilot-language-server-log*")
797
(save-excursion
798
(goto-char (point-max))
0 commit comments