Skip to content

Commit 958ff7a

Browse files
author
Miguel Solorio
committed
Update Codicons: add Feedback icon for statust bar (ref microsoft#87775)
1 parent f29b55c commit 958ff7a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/vs/base/browser/ui/codiconLabel/codicon/codicon.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@font-face {
77
font-family: "codicon";
8-
src: url("./codicon.ttf?17db7f5e5f31fd546e62218bb0823c0c") format("truetype");
8+
src: url("./codicon.ttf?ed926e87ee4e27771159d875e877f74a") format("truetype");
99
}
1010

1111
.codicon[class*='codicon-'] {
@@ -409,4 +409,5 @@
409409
.codicon-call-outgoing:before { content: "\eb93" }
410410
.codicon-menu:before { content: "\eb94" }
411411
.codicon-expand-all:before { content: "\eb95" }
412+
.codicon-feedback:before { content: "\eb96" }
412413
.codicon-debug-alt:before { content: "\f101" }
256 Bytes
Binary file not shown.

src/vs/workbench/contrib/feedback/browser/feedbackStatusbarItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class FeedbackStatusbarConribution extends Disposable implements IWorkben
9494

9595
private getStatusEntry(showBeak?: boolean): IStatusbarEntry {
9696
return {
97-
text: '$(smiley)',
97+
text: '$(feedback)',
9898
command: '_feedback.open',
9999
showBeak
100100
};

0 commit comments

Comments
 (0)