Skip to content

Commit 69f35cf

Browse files
authored
fix: invoke codebase indexing action
1 parent ec59f51 commit 69f35cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action/setting/SystemActionService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class SystemActionService implements Service {
3535
pick.items = [
3636
{
3737
label: SystemActionType.Indexing,
38-
action: () => this.intentionSemanticSearch(SystemActionType.Indexing),
38+
action: () => this.indexingAction(),
3939
},
4040
{
4141
label: SystemActionType.SemanticSearchKeyword,

0 commit comments

Comments
 (0)