Skip to content

Commit bba6732

Browse files
authored
Agents - update icon for custom group section (#331775)
1 parent 7013704 commit bba6732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/sessions/contrib/sessions/browser/views/sessionsList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ class SessionGroupRenderer implements ITreeRenderer<SessionListItem, FuzzyScore,
12061206
const chevron = DOM.append(container, $('span.session-section-chevron'));
12071207
chevron.setAttribute('aria-hidden', 'true');
12081208
const icon = DOM.append(container, $('span.session-section-icon'));
1209-
icon.classList.add(...ThemeIcon.asClassNameArray(Codicon.collection));
1209+
icon.classList.add(...ThemeIcon.asClassNameArray(Codicon.folderLibrary));
12101210
icon.setAttribute('aria-hidden', 'true');
12111211
const label = DOM.append(container, $('span.session-section-label'));
12121212
const inputContainer = DOM.append(container, $('.session-group-input'));

0 commit comments

Comments
 (0)