Skip to content

Commit fd23af5

Browse files
Eskibearfbricon
authored andcommitted
update loading icon in status bar
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
1 parent c70ba52 commit fd23af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function activate(context: ExtensionContext): Promise<ExtensionAPI> {
7878
};
7979

8080
const item = window.createStatusBarItem(StatusBarAlignment.Right, Number.MIN_VALUE);
81-
item.text = '$(rocket)';
81+
item.text = '$(sync~spin)';
8282
item.command = Commands.OPEN_OUTPUT;
8383
const progressBar = window.createStatusBarItem(StatusBarAlignment.Left, Number.MIN_VALUE + 1);
8484

0 commit comments

Comments
 (0)