We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec59f51 commit 69f35cfCopy full SHA for 69f35cf
src/action/setting/SystemActionService.ts
@@ -35,7 +35,7 @@ export class SystemActionService implements Service {
35
pick.items = [
36
{
37
label: SystemActionType.Indexing,
38
- action: () => this.intentionSemanticSearch(SystemActionType.Indexing),
+ action: () => this.indexingAction(),
39
},
40
41
label: SystemActionType.SemanticSearchKeyword,
0 commit comments