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.
1 parent d8603b5 commit 39cb053Copy full SHA for 39cb053
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