Francis Litterio
Francis Litterio
I see the same issue using the .netstandard 2.0 version of **PeNet 3.0.0** (see screenshot). 
`copilot-idle-delay` is used like this: ``` (when (numberp copilot-idle-delay) (setq copilot--post-command-timer (run-with-idle-timer copilot-idle-delay nil #'copilot--post-command-debounce (current-buffer)))) ``` So verify that `copilot-idle-delay` is in fact set to `0` (the default value)....