copilot.el
copilot.el copied to clipboard
emacs hangs, while dismissing a copilot suggestion
I guess this might be related to copilot.el,, as the emacs would hang, at least twice when I press ESC to reject the suggestions from the copilot. Since the emacs hanged, I have no means to further investigate.
Please let me know how I can investigate further if it's related to copilot.el
I disabled the copilot by M-x copilot-mode for the same buffer/file. At the same file location, I no longer see the problem.
To dismiss a suggestion, you can use the copilot-clear-overlay command, or just keep typing.
For the freeze problem, you can use built-in profiling:
- start the profiler
- try something and freeze Emacs
- press
C-gmultiple times - stop the profiler and check the report
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.