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
Copy file name to clipboardExpand all lines: README.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This plugin is unofficial, however it makes use of the official [@github/copilot
26
26
27
27
2. Install the copilot server by `M-x copilot-install-server`.
28
28
29
-
3. Login to Copilot by `M-x copilot-login`. You can also check the status by `M-x copilot-diagnose` (`NotAuthorized` means you don't have a valid subscription).
29
+
3. Login to Copilot by `M-x copilot-login`. You can also check the status by running `M-x copilot-diagnose` (`NotAuthorized` means you don't have a valid subscription).
30
30
31
31
4. Enjoy!
32
32
@@ -188,8 +188,8 @@ Use `:map`, `:hook`, and `:config` to customize `copilot.el` via `use-package`.
188
188
189
189
Please make sure you have these dependencies installed (available in ELPA/MELPA):
190
190
191
-
+`editorconfig`
192
-
+`f`
191
+
-`editorconfig`
192
+
-`f`
193
193
194
194
After installing those, clone this repository then insert the below snippet into your config file.
195
195
@@ -394,31 +394,35 @@ After using `company-box`, you have:
394
394
In other editors (e.g. `VS Code`, `PyCharm`), completions from copilot and other sources can not show at the same time.
395
395
But I decided to allow them to coexist, allowing you to choose a better one at any time.
396
396
397
-
### Cursor Jump to End of Line When Typing
397
+
### Cursor Jumps to End of Line When Typing
398
398
399
-
+If you are using `whitespace-mode`, make sure to remove `newline-mark` from `whitespace-style`.
399
+
If you are using `whitespace-mode`, make sure to remove `newline-mark` from `whitespace-style`.
400
400
401
401
## Reporting Bugs
402
402
403
-
+ Make sure you have restarted your Emacs (and rebuild the plugin if necessary) after updating the plugin.
404
-
+ 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.
405
-
+ If an exception is thrown, please also paste the stack trace (use `M-x toggle-debug-on-error` to enable stack trace).
403
+
- Make sure you have restarted your Emacs (and rebuild the plugin if necessary) after updating the plugin.
404
+
- 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.
405
+
- 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