Just updated my VS Code and saw the Github Copilot extension was installed. Tried it for one project, okay. But then I opened another project and Copilot suggestions were just annoying. Can't figure out how to switch it off for a project.
2 Answers
Add this to your project's .vscode/settings.json:
{
"github.copilot.enable": false
}
1 Comment
mimic
But this setting is a global one; therefore, it will disable the extension for all the projects?
enter image description here Had same issue, go to your extension list and search for the github copilot extension delete it totally and reload window
2 Comments
Ellen Spertus
Thanks for taking the time to reply! Unfortunately, your image isn't being displayed properly. Check out this link: stackoverflow.com/editing-help#images
mimic
I'm not asking how to install it, I'm asking how to disable it for a specific project and keep enabled for others.