Skip to content

Commit c39f548

Browse files
committed
Fix tests.
1 parent fb0b3c4 commit c39f548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/services/projectContextService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class ProjectContextService {
3030
}
3131
});
3232

33-
vscode.window.onDidChangeActiveTextEditor(this.refresh);
33+
vscode.window.onDidChangeActiveTextEditor(async (_) => this.refresh());
3434
}
3535

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

0 commit comments

Comments
 (0)