perf(filesearch): Use async fzf for non-blocking file search (#5771)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Bryant Chandler
2025-08-07 15:24:55 -07:00
committed by GitHub
parent c38147a3a6
commit 9fc7115b86
3 changed files with 33 additions and 24 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ export function useAtCompletion(props: UseAtCompletionProps): void {
slowSearchTimer.current = setTimeout(() => {
dispatch({ type: 'SET_LOADING', payload: true });
}, 100);
}, 200);
try {
const results = await fileSearch.current.search(state.pattern, {