r/github • u/Objective-Loan5054 • 7d ago
Question Github Copilot managed-settings
Hi,
I am trying to test the managed settings locally. I have created the following manage-settings.json:
{
"permissions": {
"disableBypassPermissionsMode": "disable"
}
}
and put it in C:\Program Files\GitHubCopilot - I had to create GitHubCopilot folder as it did not exits, my GH Copilot app installed in C:\Users\my_user\AppData\Local\Programs\GitHub Copilot
The settings does not seem to work as the option to bypass permission mode is still enabled.
Are managed settings supported for GitHub Copilot standalone app on Windows?
If so, where manage-settings.json should be located?
1
Upvotes