mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-13 17:24:27 +01:00
* sessions: remove local chat enablement setting Always register the local chat provider and its customization harness, and remove obsolete setting gates, tests, and documentation. (Written by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * sessions: remove Local harness from Agents window Remove the Local sessions provider, harness registration, picker actions, documentation, and smoke coverage while preserving Agent Host fork behavior in its own contribution. (Written by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * sessions: avoid Local customization fallback Activate the first real provider harness and suppress the shared Local fallback label in the Agents window when no harness is available. (Written by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>