mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 07:16:41 +01:00
* Sessions: The session filter displays two `Local` session types (fix #302993) * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -109,9 +109,9 @@ export class AgenticSessionsViewPane extends ViewPane {
|
||||
const sessionsFilter = this._register(this.instantiationService.createInstance(AgentSessionsFilter, {
|
||||
filterMenuId: SessionsViewFilterSubMenu,
|
||||
groupResults: () => this.currentGrouping,
|
||||
allowedProviders: undefined, // TODO: restore to [AgentSessionProviders.Background, AgentSessionProviders.Cloud]
|
||||
allowedProviders: [AgentSessionProviders.Background, AgentSessionProviders.Cloud],
|
||||
providerLabelOverrides: new Map([
|
||||
[AgentSessionProviders.Background, localize('chat.session.providerLabel.local', "Local")],
|
||||
[AgentSessionProviders.Background, localize('chat.session.providerLabel.background', "Copilot CLI")],
|
||||
]),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user