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
exportconstnewTerminalIcon=registerIcon('terminal-new',Codicon.add,localize('newTerminalIcon','Icon for creating a new terminal instance.'));
15
15
16
16
exportconstconfigureTerminalProfileIcon=registerIcon('terminal-configure-profile',Codicon.gear,localize('configureTerminalProfileIcon','Icon for creating a new terminal profile.'));
17
+
18
+
exportconstterminalDecorationMark=registerIcon('terminal-decoration-mark',Codicon.circleSmallFilled,localize('terminalDecorationMark','Icon for a terminal decoration mark.'));
19
+
exportconstterminalDecorationIncomplete=registerIcon('terminal-decoration-incomplete',Codicon.circle,localize('terminalDecorationIncomplete','Icon for a terminal decoration of a command that was incomplete.'));
20
+
exportconstterminalDecorationError=registerIcon('terminal-decoration-error',Codicon.errorSmall,localize('terminalDecorationError','Icon for a terminal decoration of a command that errored.'));
21
+
exportconstterminalDecorationSuccess=registerIcon('terminal-decoration-success',Codicon.circleFilled,localize('terminalDecorationSuccess','Icon for a terminal decoration of a command that was successful.'));
0 commit comments