Skip to content

Commit 625048f

Browse files
authored
fix: avoid sending window/workDoneProgress/create before init (typescript-language-server#846)
1 parent 047ddcb commit 625048f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ts-client.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,6 @@ export class TsClient implements ITypeScriptServiceClient {
360360
this.serviceExited();
361361
});
362362
tsServer.onEvent(event => this.dispatchEvent(event));
363-
if (this.apiVersion.gte(API.v300) && this.capabilities.has(ClientCapability.Semantic)) {
364-
this.loadingIndicator.startedLoadingProject('');
365-
}
366363
return true;
367364
}
368365

0 commit comments

Comments
 (0)