Skip to content

Commit

Permalink
fix(vscode): ensure status bar item doesn't disappear when opening in…
Browse files Browse the repository at this point in the history
… external browser
  • Loading branch information
fwouts committed Jul 7, 2023
1 parent 526d0ad commit 696aa1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/vscode/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 696aa1f

Please sign in to comment.