We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51aa0e3 + b7d2d91 commit 9daf4b9Copy full SHA for 9daf4b9
clients/vscode/src/StatusBarItem.ts
@@ -32,6 +32,7 @@ export class StatusBarItem {
32
this.client.languageClient.onDidChangeState(() => this.update());
33
this.client.status.on("didChange", () => this.update());
34
this.config.on("updated", () => this.update());
35
+ window.onDidChangeActiveTextEditor(() => this.update());
36
}
37
38
registerInContext(context: ExtensionContext) {
0 commit comments