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)
315
+
316
+
For example:
317
+
318
+
```elisp
319
+
; Display desktop notification if emacs is built with d-bus
@@ -332,7 +357,7 @@ But I decided to allow them to coexist, allowing you to choose a better one at a
332
357
## Reporting Bugs
333
358
334
359
+ Make sure you have restarted your Emacs (and rebuild the plugin if necessary) after updating the plugin.
335
-
+ 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.
360
+
+ 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-language-server-log*` buffer.
336
361
+ 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