mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Remove a few more chat session id usages
For #274403 Confirmed that the api change should not effect copilot-chat
This commit is contained in:
@@ -1020,8 +1020,6 @@ declare module 'vscode' {
|
||||
readonly rawInput?: unknown;
|
||||
|
||||
readonly chatRequestId?: string;
|
||||
/** @deprecated Use {@link chatSessionResource} instead */
|
||||
readonly chatSessionId?: string;
|
||||
readonly chatSessionResource?: Uri;
|
||||
readonly chatInteractionId?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user