We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0b3c4 commit c39f548Copy full SHA for c39f548
src/lsptoolshost/services/projectContextService.ts
@@ -30,7 +30,7 @@ export class ProjectContextService {
30
}
31
});
32
33
- vscode.window.onDidChangeActiveTextEditor(this.refresh);
+ vscode.window.onDidChangeActiveTextEditor(async (_) => this.refresh());
34
35
36
public get onActiveFileContextChanged(): vscode.Event<ProjectContextChangeEvent> {
0 commit comments