Skip to content

Commit 1804dfd

Browse files
authored
Merge pull request #308888 from mjbvz/dev/mjbvz/petite-wolf
Add new chat session items on the ext host side
2 parents baa9c85 + 94fed89 commit 1804dfd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/workbench/api/common/extHostChatSessions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,8 @@ export class ExtHostChatSessions extends Disposable implements ExtHostChatSessio
10581058
return undefined;
10591059
}
10601060

1061+
controllerData.controller.items.add(item);
1062+
10611063
return typeConvert.ChatSessionItem.from(item);
10621064
}
10631065

0 commit comments

Comments
 (0)