mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
sessions: show agent feedback count per file in changes view (#305613)
Add agent feedback count and badge to changes view Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
13956d46e5
commit
f11491d1b0
@@ -304,6 +304,19 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.changes-view-body .chat-editing-session-list .changes-agent-feedback-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
font-size: 11px;
|
||||
margin-right: 6px;
|
||||
color: var(--vscode-descriptionForeground);
|
||||
}
|
||||
|
||||
.changes-view-body .chat-editing-session-list .changes-agent-feedback-badge .codicon {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.changes-view-body .chat-editing-session-list .working-set-lines-added {
|
||||
color: var(--vscode-chat-linesAddedForeground);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user