Describe the feature or problem you'd like to solve
I have a lot of code repositories. The optimal set of MCP servers and configuration changes depending on what repo I'm in. Distributing that to other team members is easy if I can check it into my code.
Proposed solution
Support for a <current-working-directory>/.copilot folder, which can house the same settings as the global/user settings. Repo/local settings merge with global settings and override (since they are more specific) if there is a collision.
Look to how VSCode implements their prompts/instructions/settings/mcp.json/etc. for a great example.
Describe the feature or problem you'd like to solve
I have a lot of code repositories. The optimal set of MCP servers and configuration changes depending on what repo I'm in. Distributing that to other team members is easy if I can check it into my code.
Proposed solution
Support for a
<current-working-directory>/.copilotfolder, which can house the same settings as the global/user settings. Repo/local settings merge with global settings and override (since they are more specific) if there is a collision.Look to how VSCode implements their prompts/instructions/settings/mcp.json/etc. for a great example.