mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
make sure thinking is serialized dynamically (#305865)
make sure thinking is serialized dynamically'
This commit is contained in:
@@ -62,6 +62,7 @@ const responsePartSchema = Adapt.v<IChatProgressResponseContent, SerializedChatR
|
||||
case 'textEditGroup':
|
||||
case 'multiDiffData':
|
||||
case 'mcpServersStarting':
|
||||
case 'thinking':
|
||||
return objectsEqual(a, b);
|
||||
|
||||
// Static types that won't change after being pushed can use strict equality.
|
||||
@@ -77,7 +78,6 @@ const responsePartSchema = Adapt.v<IChatProgressResponseContent, SerializedChatR
|
||||
case 'progressMessage':
|
||||
case 'pullRequest':
|
||||
case 'questionCarousel':
|
||||
case 'thinking':
|
||||
case 'undoStop':
|
||||
case 'warning':
|
||||
case 'treeData':
|
||||
|
||||
Reference in New Issue
Block a user