Revert "Improve fuzzy match performance and fix corner case that omits results (#22524)" This reverts commit6ef5d8f748. Revert "Check cancel in multithreaded fuzzy matching (#22525)" This reverts commit51ac2d3667. Fuzzy matching implemented in: - https://github.com/zed-industries/zed/pull/22524 - https://github.com/zed-industries/zed/pull/22525 Caused a panic in the extension store search: - Closes: https://github.com/zed-industries/zed/issues/22541 cc: @mgsloan Release Notes: - N/A