Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(fuzzy finder): use ! to search ignored files #856

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2024

  1. refactor: remove unused import

    Usage of CompositeDisposable was removed when this package was imported into
    Pulsar.
    
    Ref: 90566ed
    claytonrcarter committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    81f080d View commit details
    Browse the repository at this point in the history
  2. refactor: remove unused param

    This appears to have been unused for quite some time, since before this was imported into Pulsar.
    claytonrcarter committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    34ef592 View commit details
    Browse the repository at this point in the history
  3. refactor: remove metrics (close pulsar-edit#548)

    Most of the metrics were already gone, so this just cleans up the
    remnants.
    
    Ref: pulsar-edit/fuzzy-finder#4
    
    Co-Authored-By: @sertonix
    claytonrcarter committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d194b4f View commit details
    Browse the repository at this point in the history
  4. refactor: use options

    There are a lot of parameters being passed around, to lets just bundle them
    into an options param and use destructuring to reduce some of the code noise.
    claytonrcarter committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    486f399 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50f8914 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4575137 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ed3574 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    980aae5 View commit details
    Browse the repository at this point in the history