Files
vscode/.github
Don JayamanneandGitHub 2273bb0674 feat(agentHost): add support for multiple working directories in Copilot provider (#327769)
* feat(agentHost): add support for multiple working directories in Copilot provider

- Introduced `AgentHostCopilotMultiRootEnabledConfigKey` to enable multiple working directory support.
- Updated `platformRootSchema` to include the new configuration key with default value set to false.
- Modified `agentHostStarter.config.contribution.ts` to register the new setting, hidden from the UI.
- Enhanced `agentService.ts` to manage the new configuration key for Copilot sessions.
- Updated `CopilotAgent` to advertise `multipleWorkingDirectories` capability based on the new setting.
- Added tests to ensure correct behavior of multiple working directories feature.
- Created `AgentHostWorkspaceSessionMembershipStore` to manage session membership in multi-root workspaces.
- Updated session list store to utilize the new membership store for filtering sessions based on workspace context.

* feat(agentHost): enhance multi-root workspace handling and session membership management
2026-07-28 13:22:07 +00:00
..
2026-07-24 11:58:14 +02:00
2026-07-23 18:15:53 +00:00