We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70ba52 commit fd23af5Copy full SHA for fd23af5
1 file changed
src/extension.ts
@@ -78,7 +78,7 @@ export function activate(context: ExtensionContext): Promise<ExtensionAPI> {
78
};
79
80
const item = window.createStatusBarItem(StatusBarAlignment.Right, Number.MIN_VALUE);
81
- item.text = '$(rocket)';
+ item.text = '$(sync~spin)';
82
item.command = Commands.OPEN_OUTPUT;
83
const progressBar = window.createStatusBarItem(StatusBarAlignment.Left, Number.MIN_VALUE + 1);
84
0 commit comments