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

Add a note how default lsp-enable-indentation settings can hit performance and editing experience. #3933

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

Commits on Jan 27, 2023

  1. Update performance.md

    My JS editing was halting during editing with this in Messages buffer:  `lsp-request: Timeout while waiting for response.  Method: textDocument/rangeFormatting`. 
    Disabling indentation in the config solved the problem. I think this has to be `nil` by default or correctly set based on server features.
    I used this gitter thread as a hint, although I couldn't find this issue mentioned anywhere in the docs
    artemkovalyov committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d12a2ce View commit details
    Browse the repository at this point in the history