You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/terminal/browser/terminalIcons.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,7 @@ export const terminalDecorationMark = registerIcon('terminal-decoration-mark', C
19
19
exportconstterminalDecorationIncomplete=registerIcon('terminal-decoration-incomplete',Codicon.circle,localize('terminalDecorationIncomplete','Icon for a terminal decoration of a command that was incomplete.'));
20
20
exportconstterminalDecorationError=registerIcon('terminal-decoration-error',Codicon.errorSmall,localize('terminalDecorationError','Icon for a terminal decoration of a command that errored.'));
21
21
exportconstterminalDecorationSuccess=registerIcon('terminal-decoration-success',Codicon.circleFilled,localize('terminalDecorationSuccess','Icon for a terminal decoration of a command that was successful.'));
22
+
23
+
exportconstcommandHistoryRemoveIcon=registerIcon('terminal-command-history-remove',Codicon.close,localize('terminalCommandHistoryRemove','Icon for removing a terminal command from command history.'));
24
+
exportconstcommandHistoryOutputIcon=registerIcon('terminal-command-history-output',Codicon.output,localize('terminalCommandHistoryOutput','Icon for viewing output of a terminal command.'));
25
+
exportconstcommandHistoryFuzzySearchIcon=registerIcon('terminal-command-history-fuzzy-search',Codicon.searchFuzzy,localize('terminalCommandHistoryFuzzySearch','Icon for toggling fuzzy search of command history.'));
0 commit comments