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
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.99.3
OS Version: Windows 10 x64
Steps to Reproduce:
I don't know
As you can see copilot is auto-completing the sentence but i don't have copilot enabled
Even tried to disable from settings like Chat > Agent disabled but none works.
The only possible cause I can think of is when I connected to a server via ssh and in that server another user used copilot on his vscode for a project. I don't know how to turn it off.
The text was updated successfully, but these errors were encountered:
@kratess
Disable Copilot Globally:
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
Search for "Settings (JSON)" and open it.
Add the following setting to explicitly disable Copilot:
"github.copilot.enable": false
@kratess Disable Copilot Globally: Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS). Search for "Settings (JSON)" and open it. Add the following setting to explicitly disable Copilot: "github.copilot.enable": false
That setting is "Unknown Configuration Setting". Indeed I don't have copilot active at all. Ahahahah
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
As you can see copilot is auto-completing the sentence but i don't have copilot enabled
Even tried to disable from settings like Chat > Agent disabled but none works.
The only possible cause I can think of is when I connected to a server via ssh and in that server another user used copilot on his vscode for a project. I don't know how to turn it off.
The text was updated successfully, but these errors were encountered: