Instagram / Fixit

Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.
https://fixit.rtfd.io/en/latest/
Other
666 stars 62 forks source link

feat(lsp): debounce #392

Closed llllvvuu closed 12 months ago

llllvvuu commented 12 months ago

Note: I cannot create a stacked PR since the first branch is not in the Instagram repository.

Here is the intended diff: https://github.com/Instagram/Fixit/pull/392/commits/dec8b2358e557532d91209e66f9ca73aa7a10d2a

The debounce interval is configurable since many clients already debounce requests, and users may or may not find double debouncing necessary.