You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register a handler to be called when a request of type method is received. Return JSON serializable as result or calling `jsonrpc-error` for errors. [readmore](https://www.gnu.org/software/emacs/manual/html_node/elisp/JSONRPC-Overview.html)
301
+
302
+
For example:
303
+
```elisp
304
+
; Display desktop notification if emacs is built with d-bus
@@ -319,7 +340,7 @@ But I decided to allow them to coexist, allowing you to choose a better one at a
319
340
## Reporting Bugs
320
341
321
342
+ Make sure you have restarted your Emacs (and rebuild the plugin if necessary) after updating the plugin.
322
-
+ Please enable event logging by customize `copilot-log-max` (to e.g. 1000), then paste related logs in the `*copilot events*`and `*copilot stderr*` buffer.
343
+
+ Please enable event logging by customize `copilot-log-max` (to e.g. 1000) and enable debug log `(setq copilot-server-args '("--stdio" "--debug"))`, then paste related logs in the `*copilot events*`, `*copilot stderr*`and `*copilot agent log*` buffer.
323
344
+ If an exception is thrown, please also paste the stack trace (use `M-x toggle-debug-on-error` to enable stack trace).
0 commit comments