From 3daec810371e67362837d6b0abeb8d1bd4c0ba05 Mon Sep 17 00:00:00 2001 From: knilink Date: Sat, 7 Sep 2024 17:18:36 +1000 Subject: [PATCH] feat(version): Upgrade to Copilot 1.40.0 --- copilot.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/copilot.el b/copilot.el index b6981c7..5c01634 100644 --- a/copilot.el +++ b/copilot.el @@ -142,7 +142,7 @@ find indentation offset." (defvar copilot--server-executable nil "The dist directory containing agent.js file.") -(defcustom copilot-version "1.27.0" +(defcustom copilot-version "1.40.0" "Copilot version. The default value is the preferred version and ensures functionality. @@ -328,6 +328,7 @@ Please upgrade the server via `M-x copilot-reinstall-server`")) (setq copilot--connection (copilot--make-connection)) (message "Copilot agent started.") (copilot--request 'initialize '(:capabilities (:workspace (:workspaceFolders t)))) + (copilot--notify 'initialized '()) (copilot--async-request 'setEditorInfo `(:editorInfo (:name "Emacs" :version ,emacs-version) :editorPluginInfo (:name "copilot.el" :version ,copilot-version)