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 675f347 commit d2a9370Copy full SHA for d2a9370
src/vs/workbench/contrib/chat/browser/chatSessions.ts
@@ -257,7 +257,7 @@ class LocalChatSessionsProvider extends Disposable implements IChatSessionItemPr
257
if (chatWidget) {
258
sessions.push({
259
id: LocalChatSessionsProvider.CHAT_WIDGET_VIEW_ID,
260
- label: `Chat View`,
+ label: chatWidget.viewModel?.model.title || nls.localize2('chat.sessions.chatView', "Chat View").value,
261
iconPath: Codicon.chatSparkle,
262
widget: chatWidget,
263
sessionType: 'widget'
0 commit comments