We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed5156 commit 0b0ad6aCopy full SHA for 0b0ad6a
src/vs/workbench/contrib/chat/common/chatServiceImpl.ts
@@ -394,7 +394,7 @@ export class ChatService extends Disposable implements IChatService {
394
return model;
395
}
396
397
- const sessionData = this._persistedSessions[sessionId];
+ const sessionData = revive<ISerializableChatData>(this._persistedSessions[sessionId]);
398
if (!sessionData) {
399
return undefined;
400
0 commit comments