mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 03:27:43 +01:00
The file search extension relies on the OS's desktop search to work, and it is possible that the desktop search indexer may not index the search paths we specify. This commit adds a hook that signals to the indexer and lets it index the paths we need. This hook will be invoked when: * initialing the extension * enabling the extension * upon every configuration change to make our best effort to fix the issue.