Need stronger controls to prevent GitHub Copilot(AI) from accessing sensitive data/code in IDE (VS code) #166007
Replies: 2 comments 5 replies
-
|
Hey @MaheshD777 "github.copilot.enable": {
"*": true, // enable Copilot for all languages by default
"yaml": false, // disable for YAML files
"plaintext": false // disable for plain text files
}
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @Leorev01 Keep them in a separate, restricted workspace |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Copilot Feature Area
VS Code
Body
Hi GitHub Copilot team,
I'm a Copilot subscriber actively using the extension in VS Code across multiple real-world codebases. While Copilot provides immense value in boosting productivity, I have serious concerns about limiting its visibility into sensitive data — especially secrets, credentials, proprietary configurations, and internal logic that should not be accessed by any AI assistant.
Beta Was this translation helpful? Give feedback.
All reactions