Skip to content

Commit

Permalink
fix: avoid sending window/workDoneProgress/create before init (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jan 8, 2024
1 parent 047ddcb commit 625048f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ts-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,6 @@ export class TsClient implements ITypeScriptServiceClient {
this.serviceExited();
});
tsServer.onEvent(event => this.dispatchEvent(event));
if (this.apiVersion.gte(API.v300) && this.capabilities.has(ClientCapability.Semantic)) {
this.loadingIndicator.startedLoadingProject('');
}
return true;
}

Expand Down

0 comments on commit 625048f

Please sign in to comment.