We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1040150 commit 5b9feccCopy full SHA for 5b9fecc
1 file changed
core/indexing/CodebaseIndexer.ts
@@ -735,6 +735,7 @@ export class CodebaseIndexer {
735
});
736
}
737
if (this.indexingCancellationController === localController) {
738
+ this.indexingCancellationController.abort(); // abort before clearing to prevent race condition (multiple starts)
739
this.indexingCancellationController = undefined;
740
741
0 commit comments