Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jul 10, 2024
1 parent d8603b5 commit 39cb053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsptoolshost/services/projectContextService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class ProjectContextService {
}
});

vscode.window.onDidChangeActiveTextEditor(this.refresh);
vscode.window.onDidChangeActiveTextEditor(async (_) => this.refresh());
}

public get onActiveFileContextChanged(): vscode.Event<ProjectContextChangeEvent> {
Expand Down

0 comments on commit 39cb053

Please sign in to comment.