diff --git a/integrations/vscode/src/index.ts b/integrations/vscode/src/index.ts index 4f78ab0c195..cceb0bc5f5e 100644 --- a/integrations/vscode/src/index.ts +++ b/integrations/vscode/src/index.ts @@ -277,7 +277,6 @@ export async function activate({ subscriptions }: vscode.ExtensionContext) { vscode.commands.registerCommand( Command.OPEN_IN_EXTERNAL_BROWSER, async () => { - runningServerStatusBarItem.hide(); const state = await currentState; if (!state?.currentPreview) { return;