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:
Matt Bierner
2026-02-17 17:17:10 -08:00
parent ec514175b2
commit de93d65144
7 changed files with 7 additions and 11 deletions

View File

@@ -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;
}