Chat sessions URI handler (#1380)

* Chat sessions URI handler

* Type change

* Update src/extension/chatSessions/vscode/chatSessionsUriHandler.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/extension/chatSessions/vscode/chatSessionsUriHandler.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Osvaldo Ortega
2025-10-16 22:13:54 +00:00
committed by GitHub
co-authored by Copilot
parent d41e63e2b0
commit 106ee0e628
5 changed files with 82 additions and 24 deletions
@@ -8,7 +8,7 @@ import { IFetcherService } from '../../networking/common/fetcherService';
import { ITelemetryService } from '../../telemetry/common/telemetry';
export interface PullRequestSearchItem {
id: number;
id: string;
number: number;
title: string;
state: string;