Pierrad / obsidian-github-copilot

A bridge between Obsidian and Github Copilot
Apache License 2.0
54 stars 5 forks source link

No Copilot Suggestions #17

Open gwerneckp opened 1 month ago

gwerneckp commented 1 month ago

Describe the bug No Copilot Suggestions are appearing

To Reproduce Steps to reproduce the behaviour:

  1. Enable Copilot
  2. Start typing

Expected behaviour Suggestions should appear.

Obsidian and environment (please complete the following information):

Additional context On the logs, I get:

stdout: Content-Length: 92

{"jsonrpc":"2.0","id":3,"result":{"completions":[],"cancellationReason":"RequestCancelled"}}

every time I type a word.

(related to #15, I did not rename package.json back.)

Pierrad commented 1 month ago

@gwerneckp It seems that this is a problem related to the copilot agent (see https://github.com/copilot-emacs/copilot.el/issues/181 for related issue).

I will see what I can do.

Pierrad commented 1 month ago

Hi @gwerneckp,

On the v1.0.5 update, the copilot core has changed a lot, so maybe it will fix your issue with not getting completions?