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
I just noticed that completion is not working when I open a buffer in a project (I use project.el). In the screenshot below I have $HOME/tmp/bla.go opened and copilot works as expected.
However, putting the same file into a folder (which is part of a project) stops the autocompletion.
copilot is definitely enabled for that buffer:
Any ideas what could be the issue? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, just an udpate: I did manage to spot an event via the copilot events buffer that mentioned not being able to fetch repository policy and so making copilot inactive
[jsonrpc] e[11:24:52.686] <-- statusNotification
(:jsonrpc "2.0" :method "statusNotification" :params
(:status "Inactive" :message "Copilot is disabled because we could not fetch the repository policy"))
[jsonrpc] e[11:24:52.687] <-- getCompletions[12]
(:jsonrpc "2.0" :id 12 :result
(:completions
[]
:cancellationReason "CopilotNotAvailable"))
Hi! I've configured copilot.el this way:
I just noticed that completion is not working when I open a buffer in a project (I use
project.el
). In the screenshot below I have$HOME/tmp/bla.go
opened and copilot works as expected.However, putting the same file into a folder (which is part of a project) stops the autocompletion.
copilot is definitely enabled for that buffer:
Any ideas what could be the issue? Thanks in advance.
The text was updated successfully, but these errors were encountered: