mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 14:19:42 +01:00
Add new chat session items on the ext host side
This commit is contained in:
@@ -1058,6 +1058,8 @@ export class ExtHostChatSessions extends Disposable implements ExtHostChatSessio
|
||||
return undefined;
|
||||
}
|
||||
|
||||
controllerData.controller.items.add(item);
|
||||
|
||||
return typeConvert.ChatSessionItem.from(item);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user