-2

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.

0

2 Answers 2

2

Add this to your project's .vscode/settings.json:

{
  "github.copilot.enable": false
}
Sign up to request clarification or add additional context in comments.

1 Comment

But this setting is a global one; therefore, it will disable the extension for all the projects?
-1

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

Thanks for taking the time to reply! Unfortunately, your image isn't being displayed properly. Check out this link: stackoverflow.com/editing-help#images
I'm not asking how to install it, I'm asking how to disable it for a specific project and keep enabled for others.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.