Skip to content

Commit d2a9370

Browse files
committed
use chat model title
1 parent 675f347 commit d2a9370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatSessions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class LocalChatSessionsProvider extends Disposable implements IChatSessionItemPr
257257
if (chatWidget) {
258258
sessions.push({
259259
id: LocalChatSessionsProvider.CHAT_WIDGET_VIEW_ID,
260-
label: `Chat View`,
260+
label: chatWidget.viewModel?.model.title || nls.localize2('chat.sessions.chatView', "Chat View").value,
261261
iconPath: Codicon.chatSparkle,
262262
widget: chatWidget,
263263
sessionType: 'widget'

0 commit comments

Comments
 (0)