F3 polish: active-editor status bar + E2E for command wrapper and toggle (PUC-5) (#6)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ben Stull
2026-06-10 11:09:04 -07:00
parent 644e7b77a6
commit d85194224f
2 changed files with 31 additions and 1 deletions
+3 -1
View File
@@ -326,7 +326,9 @@ export class AttributionController implements vscode.Disposable {
editor.setDecorations(this.humanType, humanRanges);
}
}
this.renderStatus(s);
if (document === vscode.window.activeTextEditor?.document) {
this.renderStatus(s);
}
}
private renderStatus(s: DocAttribution | undefined): void {