diff --git a/changelog.d/+157.md b/changelog.d/157.added.md similarity index 100% rename from changelog.d/+157.md rename to changelog.d/157.added.md diff --git a/src/status.ts b/src/status.ts index 6e8b6f74..15bcc3bc 100644 --- a/src/status.ts +++ b/src/status.ts @@ -21,7 +21,6 @@ export class MirrordStatus { const showStatusBar = vscode.workspace.getConfiguration('mirrord').get('showStatusBarButton', true); if (!showStatusBar) { - this.statusBar.hide(); return; }