Skip to content

Commit

Permalink
Merge pull request #1 from Himanshu-Singh-Chauhan/him/fix-reindexing
Browse files Browse the repository at this point in the history
fix full reindexing on file save
  • Loading branch information
Fryingpannn authored Oct 9, 2024
2 parents 054ab44 + e238135 commit 46a6347
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extensions/vscode/src/extension/VsCodeExtension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,6 @@ export class VsCodeExtension {
const indexer = await this.core.codebaseIndexerPromise;
indexer.refreshFile(filepath);
}

// Reindex the workspaces
this.core.invoke("index/forceReIndex", undefined);
});

// When GitHub sign-in status changes, reload config
Expand Down

0 comments on commit 46a6347

Please sign in to comment.