Skip to content

Commit 39cb053

Browse files
committed
Fix tests.
1 parent d8603b5 commit 39cb053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/services/projectContextService.ts

Lines changed: 1 addition & 1 deletion
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)