Skip to content

Commit a278d73

Browse files
committed
1 parent 4303ace commit a278d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/vscode/client/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ export async function activate(context: ExtensionContext) {
282282
let bgColor = new ThemeColor(
283283
enable
284284
? 'statusBarItem.activeBackground'
285-
: 'statusBarItem.errorBackground',
285+
: 'statusBarItem.warningBackground',
286286
);
287-
myStatusBarItem.text = `oxc: ${enable ? '$(check-all)' : '$(circle-slash)'}`;
287+
myStatusBarItem.text = `oxc: ${enable ? '$(check-all)' : '$(check)'}`;
288288

289289
myStatusBarItem.backgroundColor = bgColor;
290290
}

0 commit comments

Comments
 (0)