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

Support Autosave for open buffers #3637

Merged
merged 7 commits into from
Aug 11, 2022
Merged

Commits on Aug 11, 2022

  1. Auto-save between edits

    This change adds the auto-save action that will be schedule after every
    edit request. If no edit happens after the auto-save delay, language
    server will automatically trigger file saving.
    
    This does not yet trigger propagate the information about the successful
    save to the sender of the last edit request.
    hubertp committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    9077857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b492a6e View commit details
    Browse the repository at this point in the history
  3. Update protocol

    hubertp committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ea242a4 View commit details
    Browse the repository at this point in the history
  4. changelog

    hubertp committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0694db9 View commit details
    Browse the repository at this point in the history
  5. Cancel all autosave on stop

    Minor cleanup to avoid spurious messages.
    hubertp committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7a9047f View commit details
    Browse the repository at this point in the history
  6. simplify

    hubertp committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e1c98e3 View commit details
    Browse the repository at this point in the history
  7. PR review

    hubertp committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0f67a00 View commit details
    Browse the repository at this point in the history