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

[WIP/RFC] Follow chains of fixits #4263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 12, 2024

  1. Follow chains of fixits

    Sometimes resolving a fixit (eventually) results in more than one fixit.
    In those cases, ycmd will send the first one and set `keep_going` to
    `True`.
    We can't reuse request data, because we need to inform ycmd about the
    updated state of the buffers.
    bstaletic committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    21dbdc8 View commit details
    Browse the repository at this point in the history