We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196058e commit ee07d89Copy full SHA for ee07d89
src/vs/workbench/api/browser/mainThreadChatAgents2.ts
@@ -137,6 +137,7 @@ export class MainThreadChatAgents2 extends Disposable implements MainThreadChatA
137
name: dynamicProps.name,
138
description: dynamicProps.description,
139
extensionId: extension,
140
+ extensionDisplayName: extensionDescription?.displayName ?? extension.value,
141
extensionPublisher: extensionDescription?.publisherDisplayName ?? extension.value,
142
metadata: revive(metadata),
143
slashCommands: [],
0 commit comments