Fix broken chat layout after reloading window

Added a new property to the chat agent, but then it's missing from older rehydrated chat models.
This commit is contained in:
Rob Lourens
2024-04-24 15:27:54 -07:00
parent 73f7941a09
commit ea00756b91
15 changed files with 43 additions and 23 deletions

View File

@@ -318,8 +318,9 @@ export class InlineChatSessionServiceImpl implements IInlineChatSessionService {
id: _bridgeAgentId,
name: 'editor',
extensionId: nullExtensionDescription.identifier,
extensionPublisher: '',
extensionPublisherDisplayName: '',
extensionDisplayName: '',
extensionPublisherId: '',
isDefault: true,
locations: [ChatAgentLocation.Editor],
get slashCommands(): IChatAgentCommand[] {