mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 18:06:43 +01:00
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:
committed by
GitHub
co-authored by
Copilot
parent
d41e63e2b0
commit
106ee0e628
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user