Skip to content

Commit 82bdc50

Browse files
committed
feat: use radio-tower for the Waiting for Connection status
1 parent 98334a9 commit 82bdc50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

vscode-extensions/playwright-local-browser-server-vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-local-browser-server",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/microsoft/rushstack.git",

vscode-extensions/playwright-local-browser-server-vscode-extension/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
129129
statusBarItem.backgroundColor = undefined;
130130
break;
131131
case 'waiting-for-connection':
132-
statusBarItem.text = '$(sync~spin) Playwright Tunnel';
132+
statusBarItem.text = '$(radio-tower) Playwright Tunnel';
133133
statusBarItem.tooltip = 'Playwright Tunnel: Waiting for connection...';
134134
statusBarItem.backgroundColor = new vscode.ThemeColor('statusBarItem.warningBackground');
135135
break;

0 commit comments

Comments
 (0)