mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 10:37:38 +01:00
CCA support for empty chat sessions (#1407)
* CCA support for empty chat sessions * Update src/extension/chatSessions/vscode-node/copilotChatSessionsProvider.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
39e48f21a7
commit
08efcdc3d6
@@ -28,6 +28,7 @@ export interface PullRequestSearchItem {
|
||||
deletions: number;
|
||||
fullDatabaseId: number;
|
||||
headRefOid: number;
|
||||
bodyHTML: string;
|
||||
}
|
||||
|
||||
export interface PullRequestSearchResult {
|
||||
@@ -198,6 +199,7 @@ export async function makeSearchGraphQLRequest(
|
||||
}
|
||||
name
|
||||
}
|
||||
bodyHTML
|
||||
}
|
||||
}
|
||||
pageInfo {
|
||||
|
||||
Reference in New Issue
Block a user