Run monitorVariantAnalysis on a completed variant analysis
The `monitorVariantAnalysis` command will send the repository states and finish off any downloads. Without this, the view not will not load properly.
This commit is contained in:
@@ -188,9 +188,7 @@ export class VariantAnalysisManager extends DisposableObject implements VariantA
|
||||
}, variantAnalysisResponse);
|
||||
|
||||
void commands.executeCommand('codeQL.openVariantAnalysisView', processedVariantAnalysis.id);
|
||||
if (variantAnalysisResponse.status !== 'completed') {
|
||||
void commands.executeCommand('codeQL.monitorVariantAnalysis', processedVariantAnalysis);
|
||||
}
|
||||
void commands.executeCommand('codeQL.monitorVariantAnalysis', processedVariantAnalysis);
|
||||
|
||||
this._onVariantAnalysisAdded.fire(processedVariantAnalysis);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user