Skip to content

Commit faa42cb

Browse files
authored
Fix file tree not being transferred to panel chat (microsoft#191826)
1 parent 9d26487 commit faa42cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/common/chatModel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export class Response implements IResponse {
160160
});
161161
} else if (isCompleteInteractiveProgressTreeData(responsePart)) {
162162
this._responseParts.push(responsePart);
163+
this._updateRepr(quiet);
163164
}
164165
}
165166

0 commit comments

Comments
 (0)