Skip to content

Commit 94fed89

Browse files
committed
Add new chat session items on the ext host side
1 parent 571a7d5 commit 94fed89

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)