mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
@@ -640,8 +640,8 @@ export default class TypeScriptServiceClient extends Disposable implements IType
|
||||
case 'syntaxDiag':
|
||||
case 'semanticDiag':
|
||||
case 'suggestionDiag':
|
||||
// This event also roughly signals that the global project has been loaded successfully
|
||||
this.loadingIndicator.finishedLoadingProject(undefined /* projectName */);
|
||||
// This event also roughly signals that projects have been loaded successfully (since the TS server is synchronous)
|
||||
this.loadingIndicator.reset();
|
||||
|
||||
const diagnosticEvent = event as Proto.DiagnosticEvent;
|
||||
if (diagnosticEvent.body && diagnosticEvent.body.diagnostics) {
|
||||
|
||||
Reference in New Issue
Block a user