Skip to content

Commit

Permalink
chore: push statusBarItem to subscriptions to be disposed correctly (#49
Browse files Browse the repository at this point in the history
)

Signed-off-by: lstocchi <lstocchi@redhat.com>
  • Loading branch information
lstocchi authored Jun 12, 2024
1 parent 90c3701 commit ac80eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export async function activate(extensionContext: extensionApi.ExtensionContext):
(err: unknown) => window.showErrorMessage('Minikube installation failed ' + err),
),
),
statusBarItem,
);
statusBarItem.show();
}
Expand Down

0 comments on commit ac80eb1

Please # to comment.