diff --git a/editors/vscode/client/extension.ts b/editors/vscode/client/extension.ts index 98f350185e3f1..685555f73ca74 100644 --- a/editors/vscode/client/extension.ts +++ b/editors/vscode/client/extension.ts @@ -317,7 +317,7 @@ function updateStatsBar( icon = '$(check-all)'; } - myStatusBarItem.text = `oxc: ${icon}`; + myStatusBarItem.text = `${icon} oxc`; myStatusBarItem.backgroundColor = new ThemeColor(bgColor); }